This is my system for the DCASE 2022 task 3 challenge.
Setup the environment and install requirements:
conda env create -n dcase2022 --file requirements.yml
source activate dcase 2022
cd ./spaudiopy
pip install -e .
cd ./torch-audiomentations
pip install -e .
Note, spaudiopy can be installed from pip directly too
pip install spaudiopy