From 005699f98b0a49b489947f58a042f6ba62ce761d Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Sat, 1 Sep 2007 20:03:20 +0000 Subject: Add support for building voices with the swift engine from cepstral.com. Patch FS#7689 by Mario Lang. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14565 a1c6a512-1295-4272-9138-f99709370657 --- tools/voice.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/voice.pl') diff --git a/tools/voice.pl b/tools/voice.pl index 88f3ba4744..85ff6642f4 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -184,6 +184,11 @@ sub voicestring { case "sapi5" { print({$$tts_object{"stdin"}} sprintf("SPEAK\t%s\t%s\r\n", $output, $string)); } + case "swift" { + $cmd = "swift $tts_engine_opts -o $output \"$string\""; + print("> $cmd\n") if $verbose; + system($cmd); + } } } -- cgit v1.2.3