summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 1cf6076efb..358b575b9c 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -210,10 +210,6 @@ sub correct_string {
210 $string =~ s/BITRATE/bit reit/ig; 210 $string =~ s/BITRATE/bit reit/ig;
211 $string =~ s/Codepage/cod page/ig; 211 $string =~ s/Codepage/cod page/ig;
212 $string =~ s/PCM Wave/pcm Ue'iv/ig; 212 $string =~ s/PCM Wave/pcm Ue'iv/ig;
213 $string =~ s/è/è/ig;
214 $string =~ s/\b(s*)ì\b/$1ì/ig;
215 $string =~ s/\b(s*)ù\b/$1ù/ig;
216 $string =~ s/\b(s*)à\b/$1à/ig;
217 switch($$tts_object{"name"}) { 213 switch($$tts_object{"name"}) {
218 case "sapi" { # just for SAPI 214 case "sapi" { # just for SAPI
219 switch($$tts_object{"vendor"}) { 215 switch($$tts_object{"vendor"}) {