Paul Rosen

Results 364 comments of Paul Rosen

The audio is here: https://production--endearing-hamster-0de147.netlify.app/audio/paul_001.mp3 (With some experimenting, I found that if I shorten the mp3 just slightly it works fine.)

Well, it would be nice if the original audio worked. I will be submitting random audio so it will fail periodically. What my workaround looks like is: 1) catch the...

Also, I've tried about 30 recordings so far and 3 of them failed like this, so this isn't a particularly rare case.

All the files tend to be different lengths. I didn't see any pattern having to do with file length. Adding zeros is a better idea for a workaround, thanks!

Here's another example: https://production--endearing-hamster-0de147.netlify.app/audio/mBpJ9URFpMuTXg1HuOaG.mp3

Is there any progress on this? Is there anything I can do to help? I don't know anything about tensorflow so I'm not sure if I could get up to...

What I did is copy both `https://raw.githubusercontent.com/spotify/basic-pitch-ts/main/model/model.json` and `https://raw.githubusercontent.com/spotify/basic-pitch-ts/main/model/group1-shard1of1.bin`to my public folder and initialize like this: ``` new BasicPitch(`${baseUrl}model.json`); ``` I plan to check for updates to those files periodically,...

I didn't know about that notation. That would be a nice feature to add.

Sorry, I ended up creating my own soundfont player, so I haven't kept up with this.

I'm not understanding this. If a semitone is 4096, then a quarter tone is 2048, right? I'm seeing numbers like "3" when it is approximately a quarter tone. For instance,...