how to convert a wav to mp3 file in maylab
    8 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
hi guys! i was asked to comme with programme for convertng wav files to mp3 in matlab 
and i am not really familiar with it . i tried to begin with what found in the net but there's not much .doc about this 
so any help please ! 
0 comentarios
Respuestas (1)
  Aayush Gupta
 el 13 de Jun. de 2021
        [Y fs]= audioread(file);
audiowrite('ConvertAudioFile.mp3,Y,fs)
0 comentarios
Ver también
Categorías
				Más información sobre Logical en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

