How is audio data stored in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
is it stored in simple arrays or multidimensional arrays?
0 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 8 月 14 日
編集済み: Azzi Abdelmalek
2013 年 8 月 14 日
[y,Fs] = audioread('YourAudioFile');
%Y is a nx1 or nx2 array
% Fs is a sample rate
To get the info of your audio file you can use
audioinfo('YourAudioFile')
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio I/O and Waveform Generation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!