audio to text conversion
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can a AUDIO file be converted to text file using matlab?
0 commentaires
Réponses (1)
Walter Roberson
le 15 Mar 2011
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 commentaire
Voir également
Catégories
En savoir plus sur Speech Recognition dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!