Contents

GetSpeechRate(_:_:)

Gets a speech channel’s current speech rate.

Declaration

func GetSpeechRate(_ chan: SpeechChannel, _ rate: UnsafeMutablePointer<Fixed>) -> OSErr

Parameters

  • chan:

    The speech channel whose rate you wish to determine.

  • rate:

    On return, a pointer to the speech channel’s speech rate in words per minute, expressed as an integer value.

Return Value

A resultcode. See Result Codes.

See Also

Obtaining Information About Speech and Speech Channels