MonobjcMonobjc Documented Class Library
NSSpeechRateProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechRateProperty

Get or set the synthesizer’s baseline speech pitch. An NSNumber object that specifies the synthesizer’s baseline speech pitch.

Typical voice frequencies range from around 90 hertz for a low-pitched male voice to perhaps 300 hertz for a high-pitched child’s voice. These frequencies correspond to approximate pitch values in the ranges of 30.000 to 40.000 and 55.000 to 65.000, respectively.

This property is used with setObject:forProperty:error: and objectForProperty:error:.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSSpeechRateProperty
Public Shared ReadOnly NSSpeechRateProperty As NSString
public:
static initonly NSString^ NSSpeechRateProperty
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)