ToneScriptPlayerOptions
Options for the VoxEngine.createToneScriptPlayer method.
Props
loop
loop: false
| undefined
| true
If true, playback is looped.
progressivePlayback
progressivePlayback: false
| undefined
| true
Use progressive playback or not. If true, the generated tone is delivered in chunks which reduces delay before a method call and playback. False by default.