how to import an audio file ?
203 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Stephen23
2018 年 9 月 29 日
編集済み: Stephen23
2018 年 9 月 29 日
2 件のコメント
Marcus Niklasson
2021 年 12 月 7 日
移動済み: DGM
2024 年 5 月 21 日
audioread("C:/Users/chemin1/chemin2/handel.mp3")
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!