Iver Jordal
Iver Jordal
Thanks for the update 👍 And thanks for giving it a try
It randomizes "should_apply" (based on `p`), and it has the power to shuffle transforms, but it currently doesn't remember the value of "should_apply" and the shuffled order of transforms inside...
Sure :) Convert the input audio to a phase matrix and a magnitude spectrogram (one could use e.g. stft and magphase in librosa). Then pick a threshold (a number, e.g....
That's cool - good initiative :) I've been thinking of making something like that myself. Would you like this tool to become something more, like an official interactive audiomentations demo?...
Here is the file (zipped) that I tried: [state.zip](https://github.com/iver56/audiomentations/files/6630296/state.zip)
Some things I have in mind right now: * Would you want to implement support for visualizing a pipeline/`Compose` of transforms? E.g. A compose that does pitch shifting first and...
It would also be nice to allow users to use a demo file at the click of a button. Not all users have a suitable wav file readily available :)
@phrasenmaeher Does this look OK to you? https://github.com/iver56/audiomentations/pull/105
Nice. Looking forward to that.
Ok, thanks for the clarification