MonobjcMonobjc Documented Class Library
NSSpeechVolumeProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechVolumeProperty

Get or set the speech volume for a synthesizer. An NSNumber that specifies the synthesizer’s speech volume.

Volumes are expressed in floating-point values ranging from 0.0 through 1.0. A value of 0.0 corresponds to silence, and a value of 1.0 corresponds to the maximum possible volume. Volume units lie on a scale that is linear with amplitude or voltage. A doubling of perceived loudness corresponds to a doubling of the volume.

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 NSSpeechVolumeProperty
Public Shared ReadOnly NSSpeechVolumeProperty As NSString
public:
static initonly NSString^ NSSpeechVolumeProperty
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)