How do I load a save audio file

1 vue (au cours des 30 derniers jours)
stephen aboasu
stephen aboasu le 31 Mar 2017
I made an audio file and saved it as My speech how do retrieve that file

Réponses (1)

Star Strider
Star Strider le 31 Mar 2017
Use the audioread (link) function.
[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
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

Connectez-vous pour commenter.

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!

Translated by