-
Notifications
You must be signed in to change notification settings - Fork 22
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
Not working on YouTube #53
Comments
That's werid. YT is one of the tested sites/scenarios and it's actually one of the easier cases to handle for AudioPick since it just uses a visible video element and not an AudioContext. Can you enable debug, open the Developer Tools and then copy & paste what the extension writes to console.log (Filter for |
Alright, here is my logs filtered with APV3:
Maybe there is duplicate logs since I forgot to disable some breakpoints in your code. |
I'm currently suspecting an issue with either the audio hardware or the driver. A quick google search shows that MOTU is rather notorious for causing problems. |
I doubt a fresh install would change anything, I will still try with chromium we never know. |
While playing with Voicemeeter I've come across this. Might be worth trying ... |
Chrome Version 121.0.6167.140
Extension 0.3.10
Windows11
Hi ! Thanks for your work.
I did a quick debug but could not find the exact issue, the only info I get is
DOMException: The operation could not be performed and was aborted
At the same time I did a quick check on chrome and tried to change my sinkId inside the AudioContext class with the method setSinkId but I get an error telling me that the ID does not exist.
Also the basic way to list device I found on google return me a set of device with deviceId, sinkId, ... but all of them are empty string...
In the debug, previous SinkID is also empty string.
Could someone give me some help to solve this issue ?
The text was updated successfully, but these errors were encountered: