Find size of a audio file
4 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
i was working on an audio file and landed in a position where i have to find the size of the file. How can i get the size of the audio file in matlab ?
0 件のコメント
採用された回答
Walter Roberson
2011 年 12 月 6 日
siz = wavread(filename,'size') returns the size of the audio data contained in filename instead of the actual audio data, returning the vector siz = [samples channels].
その他の回答 (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!