Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to use Festival Text To Speech C/C++ API
    primarykey
    data
    text
    <p>I want to use Festival TTS with my C++ programme.</p> <p>So i have downloaded all files form <a href="http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/" rel="nofollow noreferrer">http://www.cstr.ed.ac.uk/downloads/festival/2.0.95/</a></p> <p>then i start reading manual(<a href="http://www.cstr.ed.ac.uk/projects/festival/manual/festival_28.html" rel="nofollow noreferrer">http://www.cstr.ed.ac.uk/projects/festival/manual/festival_28.html</a>) for C++ API but in manual they says that:</p> <p><strong>In order to use Festival you must include <code>festival/src/include/festival.h' which in turn will include the necessary other include files in</code>festival/src/include' and <code>speech_tools/include' you should ensure these are included in the include path for you your program. Also you will need to link your program with</code>festival/src/lib/libFestival.a', <code>speech_tools/lib/libestools.a',</code>speech_tools/lib/libestbase.a' and `speech_tools/lib/libeststring.a' as well as any other optional libraries such as net audio. "</strong></p> <p>I am using UBUNTU 10.04(festival package is by default installed and i can use it form terminal by festival command) and GCC 4.4.3 </p> <p>but the problem is that i am new to GCC and i am not understanding which files i have to include in order to run my C++ code and i also don't know how to link libraries with my c++ code.</p> <p>So please tell me exactly which files i have to include and how to link with libraries if anyone already use festival tts with c++ then please post your code </p> <p>Thanks </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload