-
Add repository folder to PYTHONPATH:
export PYTHONPATH=/this/repository/path. -
Change the
audio_folderitem to yor audio dataset folder in config.yaml file. -
At first time, preprocessing the audio data(wav file) to feature(melspectrogram, or stft) in npy format, save it in the
./datafolder.
python3 preprocessing.py- Then start to training.
python3 main.py