audio to text conversion

조회 수: 3 (최근 30일)
fit institute
fit institute 2011년 3월 15일
how can a AUDIO file be converted to text file using matlab?

답변 (1개)

Walter Roberson
Walter Roberson 2011년 3월 15일
Read the audio into a numeric variable, preferably in 'native' format rather than in normalized format'. typecast() the variable to uint8, and use char() on that result. Write the char to a text file.
Now if you wanted to do speech recognition or pitch recognition along the way, perhaps even automated orchestration, the answer would be quite different.
  댓글 수: 1
Stefio Ceccon
Stefio Ceccon 2012년 9월 15일
편집: Stefio Ceccon 2012년 9월 15일
ROFL

댓글을 달려면 로그인하십시오.

카테고리

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