speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sd_generic - a little idea


From: Bohdan R . Rau
Subject: sd_generic - a little idea
Date: Sat, 21 Aug 2010 11:10:09 +0200

Hi all

I think the workaround is very simple.

GenericExecuteSynth should expect text on it's standard input, not as
variable. And sd_generic module should use something like (simplified):

FILE *f=popen(command_to_speech,"w");
fwrite(text,strlen(text),1,f);
pclose(f);

Sorry - I have not access to my main machine till next weekend, that's why
it is only idea :(

ethanak
-- 
http://milena.polip.com/ - Pa pa, Ivonko!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]