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

Audio streamed to disk glitches sometimes. #3

Open
dyc3 opened this issue Dec 14, 2021 · 0 comments
Open

Audio streamed to disk glitches sometimes. #3

dyc3 opened this issue Dec 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dyc3
Copy link
Owner

dyc3 commented Dec 14, 2021

Rarely and randomly, a few milliseconds of audio becomes garbled.

Example: bugged-audio-example.zip

Need to look at:

  • Possible race conditions?
  • Maybe audio chunks are getting repeated somehow?

Possible mitigation:

  • On session end, save all the audio we have in memory to disk, and compare it to the streamed audio with a checksum or something.
@dyc3 dyc3 added the bug Something isn't working label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant