Contents

rate

The default playback rate for the audio source.

Declaration

var rate: Float { get set }

Discussion

This property determines the default rate for when a source begins playing. To vary the rate during playback through an SCNAudioPlayer object, use the player’s audioNode property to access real-time audio controls.

See Also

Setting Default Playback Parameters