org.rococoa.cocoa.speechsynthesis
Interface SpeechSynthesisLibrary

All Superinterfaces:
Library

public interface SpeechSynthesisLibrary
extends Library

JNA Wrapper for library SpeechSynthesis
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface SpeechSynthesisLibrary.SpeechDoneProcPtr
           
static interface SpeechSynthesisLibrary.SpeechErrorCFProcPtr
           
static interface SpeechSynthesisLibrary.SpeechErrorProcPtr
           
static interface SpeechSynthesisLibrary.SpeechPhonemeProcPtr
           
static interface SpeechSynthesisLibrary.SpeechSyncProcPtr
           
static interface SpeechSynthesisLibrary.SpeechTextDoneProcPtr
           
static interface SpeechSynthesisLibrary.SpeechWordCFProcPtr
           
static interface SpeechSynthesisLibrary.SpeechWordProcPtr
           
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static SpeechSynthesisLibrary INSTANCE
           
static String JNA_LIBRARY_NAME
           
static NativeLibrary JNA_NATIVE_LIB
           
static int kAudioUnitProperty_SpeechChannel
          ------------------------------------------
Get (SpeechChannel)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:131
static int kAudioUnitProperty_Voice
          ------------------------------------------
Get/Set (VoiceSpec)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:130
static int kAudioUnitSubType_SpeechSynthesis
          ------------------------------------------
kAudioUnitType_Generator
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:129
static int kEndOfSentence
           
static int kEndOfWord
           
static int kFemale
           
static int kImmediate
           
static int kMale
           
static int kNeuter
           
static int kNoEndingProsody
           
static int kNoSpeechInterrupt
           
static int kPreflightThenPause
           
static int kSpeechGenerateTune
          ------------------------------------------
Generate detailed "tune" instead of just phonemes
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:119
static int kSpeechImmediateBoundary
          Type for stopSpeakingAtBoundary: and pauseSpeakingAtBoundary:
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:93
static int kSpeechRelativeDuration
          ------------------------------------------
Duration relative to speech rate
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:121
static int kSpeechRelativePitch
          ------------------------------------------
Pitch relative to voice baseline
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:120
static int kSpeechSentenceBoundary
          Type for stopSpeakingAtBoundary: and pauseSpeakingAtBoundary:
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:95
static int kSpeechShowSyllables
          ------------------------------------------
Show all syllable marks
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:122
static int kSpeechWordBoundary
          Type for stopSpeakingAtBoundary: and pauseSpeakingAtBoundary:
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:94
static int kTextToSpeechSynthType
           
static int kTextToSpeechVoiceBundleType
           
static int kTextToSpeechVoiceFileType
           
static int kTextToSpeechVoiceType
           
static int modeLiteral
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:106
static int modeNormal
          ------------------------------------------
character mode and number mode constants
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:105
static int modePhonemes
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:104
static int modeText
          ------------------------------------------
input mode constants
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:103
static int soCharacterMode
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:62
static int soCommandDelimiter
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:72
static int soCurrentA5
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:74
static int soCurrentVoice
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:71
static int soErrorCallBack
          ------------------------------------------
use with SpeechErrorProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:79
static int soErrors
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:60
static int soInputMode
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:61
static int soNumberMode
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:63
static int soOutputToAudioDevice
          ------------------------------------------
Pass an AudioDeviceID to play to this file, 0 to play to default output
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:86
static int soOutputToExtAudioFile
          ------------------------------------------
Pass a ExtAudioFileRef to write to this file, NULL to generate sound.
static int soOutputToFileWithCFURL
          ------------------------------------------
Pass a CFURLRef to write to this file, NULL to generate sound.
static int soPhonemeCallBack
          ------------------------------------------
use with SpeechPhonemeProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:80
static int soPhonemeOptions
          ------------------------------------------
Available in 10.6 and later
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:87
static int soPhonemeSymbols
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:70
static int soPitchBase
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:65
static int soPitchMod
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:66
static int soRate
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:64
static int soRecentSync
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:69
static int soRefCon
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:75
static int soReset
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:73
static int soSoundOutput
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:83
static int soSpeechDoneCallBack
          ------------------------------------------
use with SpeechDoneProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:77
static int soStatus
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:59
static int soSyncCallBack
          ------------------------------------------
use with SpeechSyncProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:78
static int soSynthExtension
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:82
static int soSynthType
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:68
static int soTextDoneCallBack
          ------------------------------------------
use with SpeechTextDoneProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:76
static int soVoiceDescription
           
static int soVoiceFile
           
static int soVolume
          ------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:67
static int soWordCallBack
          ------------------------------------------
use with SpeechWordProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:81
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 void DisposeSpeechDoneUPP(SpeechSynthesisLibrary.SpeechDoneProcPtr userUPP)
          DisposeSpeechDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechDoneUPP(SpeechDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:902
 void DisposeSpeechErrorUPP(SpeechSynthesisLibrary.SpeechErrorProcPtr userUPP)
          DisposeSpeechErrorUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechErrorUPP(SpeechErrorUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:924
 void DisposeSpeechPhonemeUPP(SpeechSynthesisLibrary.SpeechPhonemeProcPtr userUPP)
          DisposeSpeechPhonemeUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechPhonemeUPP(SpeechPhonemeUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:935
 void DisposeSpeechSyncUPP(SpeechSynthesisLibrary.SpeechSyncProcPtr userUPP)
          DisposeSpeechSyncUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechSyncUPP(SpeechSyncUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:913
 void DisposeSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
          DisposeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechTextDoneUPP(SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:891
 void DisposeSpeechWordUPP(SpeechSynthesisLibrary.SpeechWordProcPtr userUPP)
          DisposeSpeechWordUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechWordUPP(SpeechWordUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:946
 void InvokeSpeechDoneUPP(SpeechChannelRecord chan, int refCon, SpeechSynthesisLibrary.SpeechDoneProcPtr userUPP)
          InvokeSpeechDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechDoneUPP(SpeechChannel, SRefCon, SpeechDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:974
 void InvokeSpeechPhonemeUPP(SpeechChannelRecord chan, int refCon, short phonemeOpcode, SpeechSynthesisLibrary.SpeechPhonemeProcPtr userUPP)
          InvokeSpeechPhonemeUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechPhonemeUPP(SpeechChannel, SRefCon, SInt16, SpeechPhonemeUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1019
 void InvokeSpeechSyncUPP(SpeechChannelRecord chan, int refCon, int syncMessage, SpeechSynthesisLibrary.SpeechSyncProcPtr userUPP)
          InvokeSpeechSyncUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechSyncUPP(SpeechChannel, SRefCon, OSType, SpeechSyncUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:988
 void InvokeSpeechTextDoneUPP(SpeechChannelRecord chan, int refCon, PointerByReference nextBuf, NativeLongByReference byteLen, IntBuffer controlFlags, SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
          InvokeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechTextDoneUPP(SpeechChannel, SRefCon, const void**, unsigned long*, SInt32*, SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:957
 void InvokeSpeechTextDoneUPP(SpeechChannelRecord chan, int refCon, PointerByReference nextBuf, NativeLongByReference byteLen, IntByReference controlFlags, SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
          Deprecated. use the safer methods InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, java.nio.IntBuffer, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) and InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) instead
 SpeechSynthesisLibrary.SpeechDoneProcPtr NewSpeechDoneUPP(SpeechSynthesisLibrary.SpeechDoneProcPtr userRoutine)
          NewSpeechDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechDoneUPP NewSpeechDoneUPP(SpeechDoneProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:836
 SpeechSynthesisLibrary.SpeechErrorProcPtr NewSpeechErrorUPP(SpeechSynthesisLibrary.SpeechErrorProcPtr userRoutine)
          NewSpeechErrorUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechErrorUPP NewSpeechErrorUPP(SpeechErrorProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:858
 SpeechSynthesisLibrary.SpeechPhonemeProcPtr NewSpeechPhonemeUPP(SpeechSynthesisLibrary.SpeechPhonemeProcPtr userRoutine)
          NewSpeechPhonemeUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechPhonemeUPP NewSpeechPhonemeUPP(SpeechPhonemeProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:869
 SpeechSynthesisLibrary.SpeechSyncProcPtr NewSpeechSyncUPP(SpeechSynthesisLibrary.SpeechSyncProcPtr userRoutine)
          NewSpeechSyncUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechSyncUPP NewSpeechSyncUPP(SpeechSyncProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:847
 SpeechSynthesisLibrary.SpeechTextDoneProcPtr NewSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userRoutine)
          NewSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechTextDoneUPP NewSpeechTextDoneUPP(SpeechTextDoneProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:825
 SpeechSynthesisLibrary.SpeechWordProcPtr NewSpeechWordUPP(SpeechSynthesisLibrary.SpeechWordProcPtr userRoutine)
          NewSpeechWordUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechWordUPP NewSpeechWordUPP(SpeechWordProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:880
 short SpeechBusy()
          SpeechBusy()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in SpeechLib 1.0 and later
Original signature : SInt16 SpeechBusy()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1299
 short SpeechBusySystemWide()
          SpeechBusySystemWide()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in SpeechLib 1.0 and later
Original signature : SInt16 SpeechBusySystemWide()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1311
 NumVersion.ByValue SpeechManagerVersion()
          SpeechManagerVersion()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in SpeechLib 1.0 and later
Original signature : NumVersion SpeechManagerVersion()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1095
 

Field Detail

JNA_LIBRARY_NAME

static final String JNA_LIBRARY_NAME

JNA_NATIVE_LIB

static final NativeLibrary JNA_NATIVE_LIB

INSTANCE

static final SpeechSynthesisLibrary INSTANCE

kTextToSpeechSynthType

static final int kTextToSpeechSynthType
See Also:
Constant Field Values

kTextToSpeechVoiceType

static final int kTextToSpeechVoiceType
See Also:
Constant Field Values

kTextToSpeechVoiceFileType

static final int kTextToSpeechVoiceFileType
See Also:
Constant Field Values

kTextToSpeechVoiceBundleType

static final int kTextToSpeechVoiceBundleType
See Also:
Constant Field Values

kNoEndingProsody

static final int kNoEndingProsody
See Also:
Constant Field Values

kNoSpeechInterrupt

static final int kNoSpeechInterrupt
See Also:
Constant Field Values

kPreflightThenPause

static final int kPreflightThenPause
See Also:
Constant Field Values

kImmediate

static final int kImmediate
See Also:
Constant Field Values

kEndOfWord

static final int kEndOfWord
See Also:
Constant Field Values

kEndOfSentence

static final int kEndOfSentence
See Also:
Constant Field Values

soStatus

static final int soStatus
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:59

See Also:
Constant Field Values

soErrors

static final int soErrors
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:60

See Also:
Constant Field Values

soInputMode

static final int soInputMode
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:61

See Also:
Constant Field Values

soCharacterMode

static final int soCharacterMode
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:62

See Also:
Constant Field Values

soNumberMode

static final int soNumberMode
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:63

See Also:
Constant Field Values

soRate

static final int soRate
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:64

See Also:
Constant Field Values

soPitchBase

static final int soPitchBase
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:65

See Also:
Constant Field Values

soPitchMod

static final int soPitchMod
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:66

See Also:
Constant Field Values

soVolume

static final int soVolume
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:67

See Also:
Constant Field Values

soSynthType

static final int soSynthType
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:68

See Also:
Constant Field Values

soRecentSync

static final int soRecentSync
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:69

See Also:
Constant Field Values

soPhonemeSymbols

static final int soPhonemeSymbols
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:70

See Also:
Constant Field Values

soCurrentVoice

static final int soCurrentVoice
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:71

See Also:
Constant Field Values

soCommandDelimiter

static final int soCommandDelimiter
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:72

See Also:
Constant Field Values

soReset

static final int soReset
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:73

See Also:
Constant Field Values

soCurrentA5

static final int soCurrentA5
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:74

See Also:
Constant Field Values

soRefCon

static final int soRefCon
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:75

See Also:
Constant Field Values

soTextDoneCallBack

static final int soTextDoneCallBack
------------------------------------------
use with SpeechTextDoneProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:76

See Also:
Constant Field Values

soSpeechDoneCallBack

static final int soSpeechDoneCallBack
------------------------------------------
use with SpeechDoneProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:77

See Also:
Constant Field Values

soSyncCallBack

static final int soSyncCallBack
------------------------------------------
use with SpeechSyncProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:78

See Also:
Constant Field Values

soErrorCallBack

static final int soErrorCallBack
------------------------------------------
use with SpeechErrorProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:79

See Also:
Constant Field Values

soPhonemeCallBack

static final int soPhonemeCallBack
------------------------------------------
use with SpeechPhonemeProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:80

See Also:
Constant Field Values

soWordCallBack

static final int soWordCallBack
------------------------------------------
use with SpeechWordProcPtr
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:81

See Also:
Constant Field Values

soSynthExtension

static final int soSynthExtension
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:82

See Also:
Constant Field Values

soSoundOutput

static final int soSoundOutput
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:83

See Also:
Constant Field Values

soOutputToFileWithCFURL

static final int soOutputToFileWithCFURL
------------------------------------------
Pass a CFURLRef to write to this file, NULL to generate sound.
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:84

See Also:
Constant Field Values

soOutputToExtAudioFile

static final int soOutputToExtAudioFile
------------------------------------------
Pass a ExtAudioFileRef to write to this file, NULL to generate sound. Available in 10.6 and later.
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:85

See Also:
Constant Field Values

soOutputToAudioDevice

static final int soOutputToAudioDevice
------------------------------------------
Pass an AudioDeviceID to play to this file, 0 to play to default output
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:86

See Also:
Constant Field Values

soPhonemeOptions

static final int soPhonemeOptions
------------------------------------------
Available in 10.6 and later
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:87

See Also:
Constant Field Values

kSpeechImmediateBoundary

static final int kSpeechImmediateBoundary
Type for stopSpeakingAtBoundary: and pauseSpeakingAtBoundary:
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:93

See Also:
Constant Field Values

kSpeechWordBoundary

static final int kSpeechWordBoundary
Type for stopSpeakingAtBoundary: and pauseSpeakingAtBoundary:
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:94

See Also:
Constant Field Values

kSpeechSentenceBoundary

static final int kSpeechSentenceBoundary
Type for stopSpeakingAtBoundary: and pauseSpeakingAtBoundary:
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:95

See Also:
Constant Field Values

modeText

static final int modeText
------------------------------------------
input mode constants
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:103

See Also:
Constant Field Values

modePhonemes

static final int modePhonemes
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:104

See Also:
Constant Field Values

modeNormal

static final int modeNormal
------------------------------------------
character mode and number mode constants
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:105

See Also:
Constant Field Values

modeLiteral

static final int modeLiteral
------------------------------------------
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:106

See Also:
Constant Field Values

soVoiceDescription

static final int soVoiceDescription
See Also:
Constant Field Values

soVoiceFile

static final int soVoiceFile
See Also:
Constant Field Values

kSpeechGenerateTune

static final int kSpeechGenerateTune
------------------------------------------
Generate detailed "tune" instead of just phonemes
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:119

See Also:
Constant Field Values

kSpeechRelativePitch

static final int kSpeechRelativePitch
------------------------------------------
Pitch relative to voice baseline
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:120

See Also:
Constant Field Values

kSpeechRelativeDuration

static final int kSpeechRelativeDuration
------------------------------------------
Duration relative to speech rate
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:121

See Also:
Constant Field Values

kSpeechShowSyllables

static final int kSpeechShowSyllables
------------------------------------------
Show all syllable marks
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:122

See Also:
Constant Field Values

kAudioUnitSubType_SpeechSynthesis

static final int kAudioUnitSubType_SpeechSynthesis
------------------------------------------
kAudioUnitType_Generator
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:129

See Also:
Constant Field Values

kAudioUnitProperty_Voice

static final int kAudioUnitProperty_Voice
------------------------------------------
Get/Set (VoiceSpec)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:130

See Also:
Constant Field Values

kAudioUnitProperty_SpeechChannel

static final int kAudioUnitProperty_SpeechChannel
------------------------------------------
Get (SpeechChannel)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:131

See Also:
Constant Field Values

kNeuter

static final int kNeuter
See Also:
Constant Field Values

kMale

static final int kMale
See Also:
Constant Field Values

kFemale

static final int kFemale
See Also:
Constant Field Values
Method Detail

NewSpeechTextDoneUPP

SpeechSynthesisLibrary.SpeechTextDoneProcPtr NewSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userRoutine)
NewSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechTextDoneUPP NewSpeechTextDoneUPP(SpeechTextDoneProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:825


NewSpeechDoneUPP

SpeechSynthesisLibrary.SpeechDoneProcPtr NewSpeechDoneUPP(SpeechSynthesisLibrary.SpeechDoneProcPtr userRoutine)
NewSpeechDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechDoneUPP NewSpeechDoneUPP(SpeechDoneProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:836


NewSpeechSyncUPP

SpeechSynthesisLibrary.SpeechSyncProcPtr NewSpeechSyncUPP(SpeechSynthesisLibrary.SpeechSyncProcPtr userRoutine)
NewSpeechSyncUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechSyncUPP NewSpeechSyncUPP(SpeechSyncProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:847


NewSpeechErrorUPP

SpeechSynthesisLibrary.SpeechErrorProcPtr NewSpeechErrorUPP(SpeechSynthesisLibrary.SpeechErrorProcPtr userRoutine)
NewSpeechErrorUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechErrorUPP NewSpeechErrorUPP(SpeechErrorProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:858


NewSpeechPhonemeUPP

SpeechSynthesisLibrary.SpeechPhonemeProcPtr NewSpeechPhonemeUPP(SpeechSynthesisLibrary.SpeechPhonemeProcPtr userRoutine)
NewSpeechPhonemeUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechPhonemeUPP NewSpeechPhonemeUPP(SpeechPhonemeProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:869


NewSpeechWordUPP

SpeechSynthesisLibrary.SpeechWordProcPtr NewSpeechWordUPP(SpeechSynthesisLibrary.SpeechWordProcPtr userRoutine)
NewSpeechWordUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechWordUPP NewSpeechWordUPP(SpeechWordProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:880


DisposeSpeechTextDoneUPP

void DisposeSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
DisposeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechTextDoneUPP(SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:891


DisposeSpeechDoneUPP

void DisposeSpeechDoneUPP(SpeechSynthesisLibrary.SpeechDoneProcPtr userUPP)
DisposeSpeechDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechDoneUPP(SpeechDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:902


DisposeSpeechSyncUPP

void DisposeSpeechSyncUPP(SpeechSynthesisLibrary.SpeechSyncProcPtr userUPP)
DisposeSpeechSyncUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechSyncUPP(SpeechSyncUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:913


DisposeSpeechErrorUPP

void DisposeSpeechErrorUPP(SpeechSynthesisLibrary.SpeechErrorProcPtr userUPP)
DisposeSpeechErrorUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechErrorUPP(SpeechErrorUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:924


DisposeSpeechPhonemeUPP

void DisposeSpeechPhonemeUPP(SpeechSynthesisLibrary.SpeechPhonemeProcPtr userUPP)
DisposeSpeechPhonemeUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechPhonemeUPP(SpeechPhonemeUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:935


DisposeSpeechWordUPP

void DisposeSpeechWordUPP(SpeechSynthesisLibrary.SpeechWordProcPtr userUPP)
DisposeSpeechWordUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechWordUPP(SpeechWordUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:946


InvokeSpeechTextDoneUPP

@Deprecated
void InvokeSpeechTextDoneUPP(SpeechChannelRecord chan,
                                        int refCon,
                                        PointerByReference nextBuf,
                                        NativeLongByReference byteLen,
                                        IntByReference controlFlags,
                                        SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
Deprecated. use the safer methods InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, java.nio.IntBuffer, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) and InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) instead

InvokeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechTextDoneUPP(SpeechChannel, SRefCon, const void**, unsigned long*, SInt32*, SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:957


InvokeSpeechTextDoneUPP

void InvokeSpeechTextDoneUPP(SpeechChannelRecord chan,
                             int refCon,
                             PointerByReference nextBuf,
                             NativeLongByReference byteLen,
                             IntBuffer controlFlags,
                             SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
InvokeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechTextDoneUPP(SpeechChannel, SRefCon, const void**, unsigned long*, SInt32*, SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:957


InvokeSpeechDoneUPP

void InvokeSpeechDoneUPP(SpeechChannelRecord chan,
                         int refCon,
                         SpeechSynthesisLibrary.SpeechDoneProcPtr userUPP)
InvokeSpeechDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechDoneUPP(SpeechChannel, SRefCon, SpeechDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:974


InvokeSpeechSyncUPP

void InvokeSpeechSyncUPP(SpeechChannelRecord chan,
                         int refCon,
                         int syncMessage,
                         SpeechSynthesisLibrary.SpeechSyncProcPtr userUPP)
InvokeSpeechSyncUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechSyncUPP(SpeechChannel, SRefCon, OSType, SpeechSyncUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:988


InvokeSpeechPhonemeUPP

void InvokeSpeechPhonemeUPP(SpeechChannelRecord chan,
                            int refCon,
                            short phonemeOpcode,
                            SpeechSynthesisLibrary.SpeechPhonemeProcPtr userUPP)
InvokeSpeechPhonemeUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechPhonemeUPP(SpeechChannel, SRefCon, SInt16, SpeechPhonemeUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1019


SpeechManagerVersion

NumVersion.ByValue SpeechManagerVersion()
SpeechManagerVersion()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in SpeechLib 1.0 and later
Original signature : NumVersion SpeechManagerVersion()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1095


SpeechBusy

short SpeechBusy()
SpeechBusy()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in SpeechLib 1.0 and later
Original signature : SInt16 SpeechBusy()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1299


SpeechBusySystemWide

short SpeechBusySystemWide()
SpeechBusySystemWide()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in SpeechLib 1.0 and later
Original signature : SInt16 SpeechBusySystemWide()
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1311



Copyright © 2009. All Rights Reserved.