audio to text conversion
1 次查看(过去 30 天)
显示 更早的评论
how can a AUDIO file be converted to text file using matlab?
0 个评论
回答(1 个)
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Speech Recognition 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!