reading .opus audio files

조회 수: 16 (최근 30일)
Steven Vits
Steven Vits 2020년 12월 16일
답변: Han Zerui 2022년 3월 29일
Hi all,
I have an .opus audio file I'm trying to load into MATLAB. I've tried
dataOpus = audioread('/path/to/file.opus');
but I get the error
Error using audioread (line 104)
The file type is not supported
Is there a way to load .opus files in MATLAB?
Thanks!

답변 (2개)

Abhishek Gupta
Abhishek Gupta 2020년 12월 21일
Hi,
As per my understanding, you are getting an error while reading .opus audio file. This is because audioread() function doesn't support .opus format yet. You can check the same here as well.
I have informed the developers regarding this enhancement, so that they may consider it while implementing the future release of MATLAB.

Han Zerui
Han Zerui 2022년 3월 29일
.opus files are now supported by audioread() and audiowrite() in MATLAB R2022a.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by