Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2014 12:21
Show Gist options
  • Save anonymous/6437783d7de7665afef0 to your computer and use it in GitHub Desktop.
Save anonymous/6437783d7de7665afef0 to your computer and use it in GitHub Desktop.
test
// if you hear clicks or get messages in the post window like 'late <some number>'
// then, for whatever reason, your soundcard isn't getting enough of each frame processed
// in time for the audio to be glitch-free
s.options.blockSize = 1024; // must be a multiple of 64
s.latency = 1 // 1 second, 0.2 = 1/5 second etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment