Azzera filtri
Azzera filtri

insert mp3 file in matlab

15 visualizzazioni (ultimi 30 giorni)
arwa
arwa il 2 Mag 2014
Commentato: William Tukes il 13 Set 2021
How can I add a 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