AaltoSciComp / scicomp-docs

Aalto scientific computing guide: former Triton user guide + more info
https://scicomp.aalto.fi
Other
30 stars 47 forks source link

page triton/apps/matlab: reading audiofiles with Matlab #711

Open Larus2 opened 1 month ago

Larus2 commented 1 month ago

Something has changed and I cannot read anymore audio files with Matlab. The following error message:

Error using audioread>readaudio Unable to read or write audio files. Install the LIBSNDFILE library and the required Media frameworks for your system.

Error in audioread (line 160) [y, Fs] = readaudio (filename, range, datatype);

Error in run_rendering_4_24_oneloop_new_tapio_170524 (line 58) [audio, fs_audio] = audioread(audiofile);

How can I install the LIBSNDFILE library, or could you do it? Best, Tapio