Re: [fluid-dev] RIFF header not found; fluidsynth2

2019-11-25 Thread Matt Wallis
On 25/11/2019 17:13, Marcus Weseloh wrote: Hi Matt, the file created by Fluidsynth 2.0.8 is probably a "raw" file. My guess is that you compiled fluidsynth without libsndfile support. Just make sure you have the libsndfile-dev package installed, then run cmake again and recompile. Thanks Mar

Re: [fluid-dev] RIFF header not found; fluidsynth2

2019-11-25 Thread Marcus Weseloh
Hi Matt, the file created by Fluidsynth 2.0.8 is probably a "raw" file. My guess is that you compiled fluidsynth without libsndfile support. Just make sure you have the libsndfile-dev package installed, then run cmake again and recompile. Cheers Marcus