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

Replace PCM Player with an implementation using AudioWorkletProcessor #44

Closed
wants to merge 15 commits into from

Conversation

dvrtech-us
Copy link
Contributor

No description provided.

false seems to be sent as a string occasionally so lets handle it both ways
in this case if("false") is evaluating to true
Since we always use Float32, we have no need to do conversions. This yields improvements because the conversion function was rebuilding the buffer even though it was formatted correctly.
Moved Audio related JS to separate file
Implemented AudioWorkletProcessor to move message handling structure conversion and buffer out of main thread
@dvrtech-us dvrtech-us closed this Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant