|
From: Jonathan D. <jo...@js...> - 2007-06-19 13:16:12
|
On 19 Jun, <hgn...@ya...> wrote: > I changed to AUDIO_OUTPUT_RETRIEVAL. The function > espeak_SetSynthCallback works, but "core dumped" when > espeak_SetUriCallback. Use espeak_SetSynthCallback() to get buffers of speech sound in AUDIO_OUTPUT_RETRIEVAL mode. It also gives a list of word and sentence events. In AUDIO_OUTPUT_PLAYBACK mode, it doesn't give the speech data (that is played instead), but it still gives the word and sentence events. espeak_SetUriCallback() is only used to pass URI's from <audio src="uri"> tags within SSML text back to the calling program. What exactly do you mean by: "but "core dumped" when espeak_SetUriCallback." |