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
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
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
3 matches
Mail list logo