mmckegg/loop-drop-app

loading setups causes glitches in recordings

Closed this issue · 2 comments

can probably fix this by loosening the load loops a bit, or maybe try increasing the record buffer time?

This is basically impossible to avoid until MediaRecorder supports audio.

https://code.google.com/p/chromium/issues/detail?id=261321

MediaRecorder is now available, but unfortunately it records in Opus format, which is not supported by web audio yet 😢

https://bugs.chromium.org/p/chromium/issues/detail?id=482934

Did some preliminary work on supporting this here:
https://github.com/livejs/audio-buffer-range-decoder/tree/add-webm-support