Rendered at 04:24:36 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
emmelaich 3 hours ago [-]
Getting
> A Permissions-Policy header is blocking the microphone
Your server is sending a header that switches this feature off for the whole page. Look for Permissions-Policy: microphone=() in your host config and allow microphone=(self) instead.
Despite allowing microphone.
gregsadetsky 1 hours ago [-]
had the same error - it worked when I switched to desktop safari fyi
busssard 4 hours ago [-]
Apparently there is no app for this? long live websites!
oxonia 2 hours ago [-]
Looks good - is there a way to play back?
jpease 31 minutes ago [-]
Is a printable note?
Edit: emoji fail.
xhevahir 2 hours ago [-]
What technology is this using? pYIN? Deep learning? I don't see any indication.
The comments mention it is using autocorrelation ACF2+ for pitch detection, and Krumhansl-Schmuckler for key detection. (Which doesn't mean very much to me yet, but is giving me some keywords to start researching.)
I was expecting YIN since that's the first thing Claude reaches for, and the code comments in the source do contain a malformed em-dash....
observer987 41 minutes ago [-]
I'm afraid the computer would refuse to process my "singing" voice...
davidw 3 hours ago [-]
Ok I'm picturing one of those scenes from the original Star Trek where the computer melts down in a blaze of sparks when I sing to it.
paul7986 3 hours ago [-]
I sing in tune but the tabulature that it wrote for the melody i sang was way off. Also im singing in B flat and the tabulature shows it to be in F sharp / G flat.
8bitsrule 3 hours ago [-]
One more step on the way to the day when you can get help identifying that old tune that's been running thru your head for days.
xhevahir 2 hours ago [-]
I was able to do that using SoundHound on my Windows Phone 10 years ago.
> A Permissions-Policy header is blocking the microphone Your server is sending a header that switches this feature off for the whole page. Look for Permissions-Policy: microphone=() in your host config and allow microphone=(self) instead.
Despite allowing microphone.
Edit: emoji fail.
https://om-intelligence.ch/projects/vocal-notation/vocal-not...
The comments mention it is using autocorrelation ACF2+ for pitch detection, and Krumhansl-Schmuckler for key detection. (Which doesn't mean very much to me yet, but is giving me some keywords to start researching.)
I was expecting YIN since that's the first thing Claude reaches for, and the code comments in the source do contain a malformed em-dash....