audioinfo and audioread gives unexpected exceptions

1 view (last 30 days)
Hi,
I have been trying to use the audioread and audioinfo functions in a cluster and I get the errors below. I have tried it with '.wav' and '.mp3' and both doesn't work. On the other hand, wavread works fine.
audioinfo('file.wav')
Error using audioinfo (line 95)
Unexpected Standard exception from MEX file.
What() is:
..
K>> audioread('file.wav')
Error using audioread (line 127)
Unexpected Standard exception from MEX file.
What() is:
..
I can temporarily convert the .mp3 files to .wav on the server side and process them using wavread (which is actually much faster than using audioread anyways) but I don't want to use any external scripts.
The MATLAB version is 2013b. The cluster is a Linux 64bit Debian distribution (3.2.46-1 x86_64). I can provide any additional information requested, if needed.
If anybody can help me, I'd really appreciate it.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!