-
Notifications
You must be signed in to change notification settings - Fork 231
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
No audio in Brave Browser #10
Comments
Brave's vision can potentially save the web from itself. |
This is very interesting. It is not happening locally, but it is happening on the audiomass website. I am wondering if during minification some line of code is omitted. Currently this is my top priority. Thanks |
This appears to be a bug in Brave. Multiple calls to
0 -0.0016706869937479496
|
I think we can trace the issue here - brave/brave-browser#9187
It appears to be a mechanism for obfuscating browser fingerprinting. It results in getChannelData and related functions to slowly lose signal strength on each call (but the signal fluctuations are reproducible and move towards the same vector, so I am not sure exactly what it aims to do but this area is not my forte) here is the value after 10 calls, between reloads Should the fluctuations be random and not reproducible between reloads? Anyway.... Since we cannot access audio buffers, modify them, and write them back without the risk of destructive signal changes on each iteration, this means that unfortunately Brave is a poor choice for anything related to audio production on the web. This is unfortunate, because I whole heartedly support Brendan's vision, use Brave daily and expect it to blow in popularity any time soon. I would highly urge the Brave developers and security researchers to reexamine these consequences, at least for the getChannelData function. Am I getting this wrong? |
This seems accurate. Have you put in an issue with the |
Sorry I don't have greater detail. I just wasn't getting any audio, and I suspect it's because I use a non-standard browser.
The text was updated successfully, but these errors were encountered: