How do I load a save audio file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I made an audio file and saved it as My speech how do retrieve that file
0 commentaires
Réponses (1)
Star Strider
le 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 commentaire
DOORYODHUN AHKU
le 2 Avr 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
Voir également
Catégories
En savoir plus sur Simulation, Tuning, and Visualization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!