insert mp3 file in matlab

 Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 2 Mag 2014
Modificato: Azzi Abdelmalek il 2 Mag 2014
You can use audioread function
[y,fs]=audioread('yourfile.mp3')
To play your file
sound(y,fs)
Look at
doc audioread

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by