Borrar filtros
Borrar filtros

read a list of audio from a folder for speech recognition

1 visualización (últimos 30 días)
FARAH HANIM AMIR
FARAH HANIM AMIR el 26 de Sept. de 2018
Editada: FARAH HANIM AMIR el 26 de Sept. de 2018
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.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by