issues
search
mbitsnbites
/
soundbox
SoundBox is an HTML5 synth music tracker/editor, suitable for creating music for small JavaScript demos (4K / 8K).
https://gitlab.com/mbitsnbites/soundbox
429
stars
75
forks
source link
Reduce AudioContext overhead
#54
Open
mbitsnbites
opened
7 years ago
mbitsnbites
commented
7 years ago
Share the same AudioContext for playback and the jammer.
Pause the jammer when it has been inactive for some time (e.g. 10s).
Skip the encode/decode WAVE step when using Web Audio playback.