dsp.AudioFileReader segment reading
显示 更早的评论
Hello, I'm reading an mp3 file with dsp.AudioFileReader and I only want to read the segment from 1:20 to 1:60 (minute:seconds). ¿Do I have to read the file from the beginning and keep only the segment I want when I get there or is there any other way to do this? I was thinking maybe a seek() method to position the reader where i want it ot maybe passing a parameter to step() method.
thanks a lot
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spectral Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!