Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upConvert audio proxy to lock-less ring buffer #8
Comments
taisel
self-assigned this
Dec 21, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
taisel
Dec 21, 2015
Owner
I'm trying to push out the code responsible for webworkers and the UI into a separate project though. I'll land it first here before pushing a branch that imports the current code in as a git module.
|
I'm trying to push out the code responsible for webworkers and the UI into a separate project though. I'll land it first here before pushing a branch that imports the current code in as a git module. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Landed @ 5852bd5 It's audio and video with no locking, not just audio. |
taisel
closed this
Jan 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
taisel commentedDec 21, 2015
Audio for the webworker path (used if sharedarraybuffer exists) is managed via locks. I should try to convert it to a lockless ring buffer to reduce the amount of locking required. It'll still wait the webworker side if it fills up, to block over-production of audio.