How do I load a save audio file

Risposte (1)

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 Commento

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

Accedi per commentare.

Richiesto:

il 31 Mar 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by