- Data for the
Sound.playoptions.
Fields
optionalstartFrame:Null<Int>
- Start offset in audio frames where playback should begin. Mutually exclusive with start_time.
optionalspeed:Null<Float>
- Sound speed where 1.0 is normal speed, 0.5 is half speed and 2.0 is double speed. The final speed of the sound will be a multiplication of this speed and the sound speed.
optionalpan:Null<Float>
- Sound pan between -1 and 1, default is 0. The final pan of the sound will be an addition of this pan and the sound pan.
optionalgain:Null<Float>
- Sound gain between 0 and 1, default is 1.
The final gain of the sound will be a combination of this gain, the group gain and the master gain.