how to import an audio file ?
188 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
jérôme TAÏEB
el 29 de Sept. de 2018
Hi,
I would like to write that in the command windows:
load handel.mat
filename = 'handel.mp3';
audiowrite(filename,y,Fs);
clear y Fs
[y,Fs] = audioread('handel.mp3');
but i don't know to import my audio file 'handel.mp3' from my hard disk to Matlab.
Can you help me?
thanks
0 comentarios
Respuesta aceptada
Stephen23
el 29 de Sept. de 2018
Editada: Stephen23
el 29 de Sept. de 2018
2 comentarios
Marcus Niklasson
el 7 de Dic. de 2021
Movida: DGM
el 21 de Mayo de 2024
audioread("C:/Users/chemin1/chemin2/handel.mp3")
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio and Video Data 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!