Get or set the playback rate of a sound.
Audio clip name (case-sensitive).
Optional playback rate (0.5..4.0, where 1.0 is normal speed), optionally followed by the sound instance ID.
0.5..4.0
1.0
The current playback rate when no extra arguments are given.
// read the current playback ratelet rate = me.audio.rate("dst-gameforest");// speed it up 2×me.audio.rate("dst-gameforest", 2.0); Copy
// read the current playback ratelet rate = me.audio.rate("dst-gameforest");// speed it up 2×me.audio.rate("dst-gameforest", 2.0);
Get or set the playback rate of a sound.