Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading setups causes glitches in recordings #153

Closed
mmckegg opened this issue Oct 19, 2015 · 2 comments
Closed

loading setups causes glitches in recordings #153

mmckegg opened this issue Oct 19, 2015 · 2 comments

Comments

@mmckegg
Copy link
Owner

mmckegg commented Oct 19, 2015

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

@mmckegg mmckegg added the bug label Oct 19, 2015
@mmckegg
Copy link
Owner Author

mmckegg commented Jan 4, 2016

This is basically impossible to avoid until MediaRecorder supports audio.

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

@mmckegg mmckegg added the waiting label Jan 4, 2016
@mmckegg
Copy link
Owner Author

mmckegg commented Jun 19, 2016

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

@mmckegg mmckegg closed this as completed in a0e19dd Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant