Speech Extension Data Records
The speech extension data record allows you to use theGetSpeechInfoandSetSpeechInfofunctions with selectors defined by particular synthesizers. By requiring that you pass to one of these functions a pointer to a speech extension data record, synthesizers can permit the exchange of data in any format. TheSpeechXtndDatadata type defines a speech extension data record.
TYPE SpeechXtndData = RECORD synthCreator: OSType; {synthesizer creator ID} {data used by synthesizer} synthData: PACKED ARRAY[0..1] OF Char; END;
Field Description
synthCreator- The synthesizer's creator ID, identical to the value stored in the
synthManufacturerfield of a speech version information record. You should set this field to the appropriate value before callingGetSpeechInfoorSetSpeechInfo.synthData- Synthesizer-specific data. The size and format of the data in this field may vary.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help