audio to text conversion

3 visualizaciones (últimos 30 días)
fit institute
fit institute el 15 de Mzo. de 2011
how can a AUDIO file be converted to text file using matlab?

Respuestas (1)

Walter Roberson
Walter Roberson el 15 de Mzo. de 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 comentario
Stefio Ceccon
Stefio Ceccon el 15 de Sept. de 2012
Editada: Stefio Ceccon el 15 de Sept. de 2012
ROFL

Iniciar sesión para comentar.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by