Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVAudioPlayerNodeMBS class.

AVAudioPlayerNodeMBS.obstruction as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Simulates filtering of the direct path of sound due to an obstacle.

The value of obstruction is in decibels. Only the direct path of sound between the source and listener are blocked.

The default value is 0.0. The range of valid values is -100 to 0. This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.occlusion as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Simulates filtering of the direct and reverb paths of sound due to an obstacle.

The value of obstruction is in decibels. Both the direct and reverb paths of sound between the source and listener are blocked.

The default value is 0.0. The range of valid values is -100 to 0. This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.pan as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The buss's stereo pan.

The default value is 0.0. A value in the range -1.0 to 1.0. This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.Playing as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Indicates whether or not the player is playing.

(Read only property)

AVAudioPlayerNodeMBS.position as AVAudio3DPointMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The location of the source in the 3D environment.

The coordinates are specified in meters. This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.rate as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Changes the playback rate of the input signal.

A value of 2.0 results in the output audio playing one octave higher. A value of 0.5, results in the output audio playing one octave lower.

The default value is 1.0. The range of valid values is 0.5 to 2.0. This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.renderingAlgorithm as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Type of rendering algorithm used.

Depending on the current output format of the AVAudioEnvironmentNode instance, only a subset of the rendering algorithms may be supported. An array of valid rendering algorithms is retrieved by calling the applicableRenderingAlgorithms function of the AVAudioEnvironmentNode instance.

The default rendering algorithm is AVAudio3DMixingRenderingAlgorithmEqualPowerPanning. This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.reverbBlend as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Controls the blend of dry and reverb processed audio.

This property controls the amount of the source’s audio that will be processed by the reverb by the AVAudioEnvironmentNode instance. A value of 0.5 will result in an equal blend of dry and processed (wet) audio.

The default is 0.0. The range of valid values is 0.0 (completely dry) to 1.0 (completely wet). This property is currently implemented only by the AVAudioEnvironmentNode class mixer.
(Read and Write property)

AVAudioPlayerNodeMBS.volume as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundationNode MBS AVFoundation Plugin 15.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The buss's input volume.

The default value is 1.0. The range of valid values are 0.0 to 1.0. This property is currently implemented only by the AVAudioEnvironmentNode and AVAudioMixerNode class mixers.
(Read and Write property)

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...