Iver Jordal
Iver Jordal
Nomono has proprietary tech for doing that. Feel free to get in touch if you are interested in licensing it, or using it via a REST API.
Neat! Thanks for sharing. How much faster is sox than the other alternatives? Can you share an audio example (e.g. singing, as you mentioned) that demonstrates how much better it...
Certainly. Peaking filters adjust the gain of specific frequency bands, and are currently implemented using filters that introduce a non-linear phase shift. The phase change occurs because these filters have...
Thanks for reporting! My first hunch is that it's a bug, and not something wrong with your audio. I see some interesting facts: * You are using a high sample...
https://github.com/Signalsmith-Audio/hilbert-iir could be used for phase-shifting a signal by +/- 90°
I'm okay with this. I don't calculate SIR, SAR and ISR anymore when evaluating source separation models/algorithms. I still calculate SDR (with a stripped fork of [sigsep/bsseval](https://github.com/sigsep/bsseval)), but I mostly...
No progress on this. Is there anything stopping you from using audiomentations in this case?
Thanks for taking the time to make a PR/contribution! Here's some feedback: * Please remove "# Added imports for soundfile and subprocess". Such comments are commonly added by LLMs trying...
I am now closing this PR due to lack of response, and because I want to take this transform in a different direction, with https://github.com/iver56/fast-mp3-augment
Hey :) Yes, this makes sense when the background noise files are quite long. The sound durations can be cached too, to reduce the amount of lookups, which may be...