how to import an audio file ?
188 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Stephen23
on 29 Sep 2018
Edited: Stephen23
on 29 Sep 2018
2 Comments
Marcus Niklasson
on 7 Dec 2021
Moved: DGM
on 21 May 2024
audioread("C:/Users/chemin1/chemin2/handel.mp3")
More Answers (0)
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!