Prepare spectrograms from audio for training a Riffusion model
- Run the following command:
pip install pydub
- Download and install the following repo: https://github.com/riffusion/riffusion
- Place a any number of .wavs in the "input" folder
- Replace the text in "keyword.txt" with your keyword
- Run the python script:
python prep.py
- Output spectrograms will appear in the "output" folder