Carbon


kTextToSpeechSynthType

Header: SpeechSynthesis.h

enum {
    kTextToSpeechSynthType = 'ttsc',
    kTextToSpeechVoiceType = 'ttvd',
    kTextToSpeechVoiceFileType = 'ttvf',
    kTextToSpeechVoiceBundleType = 'ttvb'
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)