![]() |
VoiceFileInfo |
Header: SpeechSynthesis.h |
struct VoiceFileInfo { FSSpec fileSpec; SInt16 resID; };
A file system specification structure that contains the volume, directory, and name of the file containing the voice. Generally, files containing a single voice are of type kTextToSpeechVoiceFileType, and files containing multiple voices are of type kTextToSpeechVoiceBundleType.
The resource ID of the voice in the file. Voices are stored in resources of type kTextToSpeechVoiceType.
A voice file information structure specifies the file in which a voice is stored and the resource ID of the voice within that file. Use the GetVoiceInfo function to obtain a voice file information structure for a voice. The VoiceFileInfo data type defines a voice file information structure.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)