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