ToneScriptPlayerParameters
Player parameters. Can be passed as arguments to the VoxEngine.createToneScriptPlayer method.
Props
loop
loop: false
| undefined
| true
Optional. Whether to loop playback.
progressivePlayback
progressivePlayback: false
| undefined
| true
Optional. Whether to use progressive playback. If true, the generated tone is delivered in chunks which reduces delay before a method call and playback. The default value is false.