How do I load a save audio file
2 ビュー (過去 30 日間)
古いコメントを表示
I made an audio file and saved it as My speech how do retrieve that file
0 件のコメント
回答 (1 件)
Star Strider
2017 年 3 月 31 日
[y,Fs] = audioread('My speech.wav');
I am guessing you saved it as a ‘.wav’ file. Use the correct extension to read it.
1 件のコメント
DOORYODHUN AHKU
2021 年 4 月 2 日
Hi . thnak you for the answer. i did it and save on both desktop and c drive ( which one is better ) but how I dont know of to put it on worskspace?
Thank you
Dan
参考
カテゴリ
Help Center および File Exchange で Simulation, Tuning, and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!