필터 지우기
필터 지우기

multimedia​.internal.​audio.file​.PluginMan​ager" fails this test

조회 수: 1 (최근 30일)
db2015
db2015 2015년 11월 26일
편집: Walter Roberson 2015년 11월 30일
Hi!
I am trying to write sound data X in my workspace to a mp3 file. Using the audiowrite('mp3filename.mp3',X,fs) and get the error below. I don't understand whats wrong.
BR/David
Error: File: audiowrite.m Line: 119 Column: 8
Arguments to IMPORT must either end with ".*"
or else specify a fully qualified class name:
"multimedia.internal.audio.file.PluginManager" fails this test.

답변 (1개)

Dinesh Iyer
Dinesh Iyer 2015년 11월 30일
The error message is definitely misleading. However, you cannot create MP3 files using audiowrite. You can create MPEG-4/AAC, WAV, OGG, FLAC files. Try one of those and check if you are getting this error. If you are, then check your MATLAB installation.

카테고리

Help CenterFile Exchange에서 Audio Plugin Creation and Hosting에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by