Help for this page

Select Code to Download


  1. or download this
    ......
    #include <festival/festival.h>
    ...
            CODE:
                    festival_initialize(load_init_file,heap_size);
    .......
    
  2. or download this
    $CC='g++';
    WriteMakefile(
    ...
        'CC'              => $CC,
        'LD'              => '$(CC)',
    );
    
  3. 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);