Re: Yasr Questions, Optimizing Output for Speech -- corrected code

2004-09-04 Thread Veli-Pekka Tatila
Hi, Umm about the code in my first reply, just noticed the while lacks a semicolon, oh well. Then again, it's about one in the morning here . Corrected version: char* redundancyFilter(char* c, const char* p) { // c = current output, p = previous const char* cStart = c; do { if(*c == *p

Re: Yasr Questions, Optimizing Output for Speech

2004-09-04 Thread Veli-Pekka Tatila
Hi, I'm replying to my own message here: I begab pondering the simplest kind of redundancy filter, which would basically kill equivalent chars having the same index in the current and previous reader output. Here's a quick and dirty C-implementation, I haven't even tested it but it should demons

Yasr Questions, Optimizing Output for Speech

2004-09-04 Thread Veli-Pekka Tatila
Hi, Just got Yasr working with Festival Lite and it seems to work just fine. A couple of questions related to Yasr and shells, though: Is there a way of making Festival Lite go faster? I already set the speed to the maximum in the Yasr options but would prefer something even higher. I've notice