Matthijs Hollemans
Matthijs Hollemans
OK so I installed the trial of FL Studio on Windows 10 and the plug-in loads just fine but it outputs no audio. Is that also what you were seeing...
OK, found the bug and fixed it. There are a few other fixes I want to include in the next release, so it will have to wait for that.
The FL Studio issue should be fixed by release 1.0.1, which is out now. Not sure if this also fixes the Ableton issue (which I could not reproduce). Let me...
Good to hear! The README kind of explains what these knobs do. The cross knob (Shame) will add wow and flutter. The environment only works if you set it to...
Yeah I was thinking about doing a nice manual that goes in the zip file but haven't done it yet.
@RitheshKumar I did a full write-up on my blog: https://audiodev.blog/kiss-of-shame/
I haven't used Core ML in a while, so I don't know what's the best way to support ONNX currently.
Hey do you have a short script for the Python STFT that's being done? I can see your Swift code but not the Python code that it's supposed to correspond...
Ah I see, the issue is non-power-of-two FFT frame lengths. That's annoying. I wonder why they chose 400 samples for Whisper. (I should really read the paper one of these...
I tried implementing it, with some amount of success but not 100% yet. ;-) The idea is to always do the FFT using 512 samples (power of two), but to...