reading .opus audio files
Mostrar comentarios más antiguos
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!
Respuestas (2)
Abhishek Gupta
el 21 de Dic. de 2020
0 votos
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
el 29 de Mzo. de 2022
0 votos
.opus files are now supported by audioread() and audiowrite() in MATLAB R2022a.
Categorías
Más información sobre Audio and Video Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!