How do I obtain the auto-generated wave file name?

Last reviewed: 7/2/2001

HOW Article ID: H050104

The information in this article applies to:

  • SpeechKit 3

Summary

SpeechKit 3 automatically generates wave file names when synthesizing to wave files if you do not specify a name with the SetAudioFile. However, there is no property or method from which to obtain the name programmatically.

More Information

TextToSpeechHasResult callback event was added. The event returns the file name as a string once the audio data is written to the file and the file is available for playback. You register for the event using ChantTextToSpeechHasResult as the event identifier in the RegisterCallback method.