|
From: Soumen b. <sou...@gm...> - 2010-05-14 14:38:41
|
Hi,
Every time I run my code, the volume shoots up to 100%, and In
general, it does not happen otherwise. What do you think is the
problem anyway? If there could be other sources of error, then Ill
consider fixing something!
Even this code leads to the volume being shot up.
#include</usr/include/espeak/speak_lib.h>
int main()
{
espeak_Initialize(AUDIO_OUTPUT_PLAYBACK,500,NULL,1);
espeak_Synth("Hello World",1000,0,POS_CHARACTER,0,1,NULL,NULL);
espeak_Synchronize();
}
Where is stuff going wrong?
Regards,
Soumen
|