필터 지우기
필터 지우기

read a list of audio from a folder for speech recognition

조회 수: 1 (최근 30일)
FARAH HANIM AMIR
FARAH HANIM AMIR 2018년 9월 26일
편집: FARAH HANIM AMIR 2018년 9월 26일
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