Generates 13 MFCCs (Columns), 44 Samples (Rows) for each sound signal and a Target column (Label) in addition to 13 MFCCs. (Review the dataset.csv to have an idea about shape of final data)
- For each type of sound, create a directory or folder in the audio/ directory.
- To see what I mean by that, explore the audio folder in this repository. I have placed an audio as an example.
- After you are done making directories for sounds,
place this script in the directory as I have placed it in this repository.
- This code rejects the audio signals having lower sample rate than 22050.
- Number of MFCCs selected are 13.
- Hop length across the signal is 512.
- Number of fast fourier transformation is 2048.