How do I load a save audio file
显示 更早的评论
I made an audio file and saved it as My speech how do retrieve that file
回答(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
类别
在 帮助中心 和 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!