How do I load a save audio file
2 views (last 30 days)
Show older comments
I made an audio file and saved it as My speech how do retrieve that file
0 Comments
Answers (1)
Star Strider
on 31 Mar 2017
[y,Fs] = audioread('My speech.wav');
I am guessing you saved it as a ‘.wav’ file. Use the correct extension to read it.
1 Comment
DOORYODHUN AHKU
on 2 Apr 2021
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
See Also
Categories
Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!