- or download this
......
#include <festival/festival.h>
...
CODE:
festival_initialize(load_init_file,heap_size);
.......
- or download this
$CC='g++';
WriteMakefile(
...
'CC' => $CC,
'LD' => '$(CC)',
);
- or download this
use ExtUtils::testlib;
use festival_test;
...
print "\nWrite something you want to be read from me: ";
$txt=<>;
festival_test::initialize(1,210000);