I am doing my project on audio classification using machine learning algorithms. I have audio dataset which contains many folders i want to use folder names as labels but i am not able to use audioDatastore in MATLAB 2017a. Can anyone please help?
Ältere Kommentare anzeigen
I used fileDatastore to store data ads= fileDatastore(filename,'ReadFcn',@importAudioFile,'FileExtensions','.wav','IncludeSubfolders',1)
Antworten (1)
DO QUYET
am 17 Okt. 2018
0 Stimmen
i have test this code: fileDatastore(filename,'ReadFcn',@load,'FileExtensions','.wav','IncludeSubfolders',1) it may help you
2 Kommentare
Rubina Naazreen
am 17 Okt. 2018
DO QUYET
am 26 Okt. 2018
Af of now 2017a doesnot support AudioDatastore. so i am working in project voice recognition i use alexnet for train image . i extract audio feature in some way then resize it write it back to image save in folder as same labels. then use it for train in my network. hope u can use it as a way to approach to ur solution
Kategorien
Mehr zu Time-Frequency Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!