mbitsnbites/soundbox

Reduce AudioContext overhead

mbitsnbites opened this issue · 0 comments

  • 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.