Song-identifier icon indicating copy to clipboard operation
Song-identifier copied to clipboard

Firefox web ext to recognize music with ACRCLOUD.COM

Results 7 Song-identifier issues
Sort by recently updated
recently updated
newest added

https://gitlab.com/losnappas/Song-identifier Make issues here or there, don't care, but development happens on gitlab.

https://bugzilla.mozilla.org/show_bug.cgi?id=1448129 mmm what to do what to do..

`navigator.mediaDevices.getUserMedia({audio:{mediaSource:"audioCapture"}})` and in about:config `media.getusermedia.audiocapture.enabled` = true Then needs permission from user and it looks like "website.com needs permission to.." instead of "addon needs...", which is sad. +side is that...

Why? Easier to do it from the content script...

What happens when there's a website with multiple videos that can be recorded? There's only 1 audio context to avoid ramping up volume every consecutive run. Guessing you lose audio...

Data seems to get sent. Get absolutely nothing back. Should maybe display a "lost it" message til something better.

Happens because it just takes the first from the queue so If I got a 8sec and a 5sec going on then they will get mixed when the 5sec ends...