Assn 3 - Speech Processing (CS 566 - IITG)
We are supposed to use 10 recordings/vowel to train the system. After that using more 10 recordings we are supposed to predict the vowel.
- Download zip and extract it
- Open Microsoft visual studio and press "Ctrl + Shift + O" and browse to the folder where you extracted the zip.
- select the .sln file, it will launch the project.
- Go to Source files and select vowel_recognition.cpp file and press F5.
- Training folder which contains total 50 vowel recordings (10 recordings/vowel).
- Testing folder which contains total 10 vowel recordings (10 recordings/vowel).
- vowel_recognition.cpp file.