From f84ea0d626e47af593fa7feece0b7cce8da2ef96 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 8 Jun 2021 02:10:35 +0100 Subject: [PATCH] Best not to use this-is and freedmr for CW --- i8n_voice_map.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i8n_voice_map.py b/i8n_voice_map.py index cf85fa1..a10ed57 100644 --- a/i8n_voice_map.py +++ b/i8n_voice_map.py @@ -254,7 +254,9 @@ voiceMap = { }, 'CW': { - 'to': 'silence' + 'to': 'silence', + 'freedmr': 'silence', + 'this-is': 'silence' }