MonobjcMonobjc Documented Class Library
NSSpeechPitchBaseProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechPitchBaseProperty

Get or set a synthesizer’s baseline speech pitch. An NSNumberobject that specifies the 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 NSSpeechPitchBaseProperty
Public Shared ReadOnly NSSpeechPitchBaseProperty As NSString
public:
static initonly NSString^ NSSpeechPitchBaseProperty
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)