code for compress audio by MPEG in matlab

5 visualizaciones (últimos 30 días)
tran phuong
tran phuong el 30 de Nov. de 2015
Comentada: Walter Roberson el 30 de Nov. de 2015
everybody can help me code code for compress audio by MPEG in matlab ??? i can't find out it on internet . can you help me ??? and give me code . thank's

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de Nov. de 2015
audiowriter('OutputFileNameHere.mp4', NameOfSignalVariable, SamplingFrequency)
For example,
audiowriter('rowrowrow.mp4', row_song, 4000);
  2 comentarios
Dinesh Iyer
Dinesh Iyer el 30 de Nov. de 2015
A quick correction. The name of the function is audiowrite and not audiowriter.
Walter Roberson
Walter Roberson el 30 de Nov. de 2015
Thanks, Dinesh.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by