read a list of audio from a folder for speech recognition

1 次查看(过去 30 天)
hi all, i am doing a project on speech recognition, i want to read a list of audio file one by one in order namely for example 'front-01.wav' 'back-01.wav'. these 01 file is the train samples while the test sample is for example 'front-02.wav' 'back-02.wav'. the coding i had now shows an error k = 1:length(C) Fs = 8000; [x,Fs] = audioread(strcat(C{k},'-01')); the error saying that Error using audioread (line 74) The filename specified was not found in the MATLAB path. can anyone help me to clear this out? thank you so much.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Speech Recognition 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by