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 Center および File ExchangeSpeech Recognition についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by