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