Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 2 Mai 2014
Modifié(e) : Azzi Abdelmalek le 2 Mai 2014

0 votes

You can use audioread function
[y,fs]=audioread('yourfile.mp3')
To play your file
sound(y,fs)
Look at
doc audioread

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by