insert mp3 file in matlab

9 次查看(过去 30 天)
How can I add a mp3 file in Matlab ?

采纳的回答

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

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by