Seems like portaudio is also using CoreAudio under the hood, getting the
same error -66748. Looks like the problem lies somewhere between MacOS,
your hardware, your user account, or any system-specific setting.
Tom
___
fluid-dev mailing list
fluid-dev@no
Thanks @Tom. Unfortunately, this didn't work for me: -
~$ fluidsynth -i ./sounds/soundfonts/FluidR3_GM.sf2 -a portaudio
Downloads/example.mid
FluidSynth runtime version 2.1.7
Copyright (C) 2000-2021 Peter Hanappe and others.
Distributed under the LGPL license.
SoundFont(R) is a registered trademar
> fluidsynth: error: Error setting the audio callback. Status=-66748
This error is printed when the call to AudioUnitSetProperty failed.
According to www.osstatus.com the returned error is
kAudioComponentErr_NotPermitted. I neither know what this error means, nor
how to fix it.
On the other hand,
On 14/2/21 6:04 pm, Maker Shiva wrote:
Hi,
I'm seeing the following error when I try to run fluidsynth on my
Macbook. Couldn't find any information via web searching. If anyone
can help I'll be very grateful.
Thanks,
MakerC
:~$ fluidsynth -i ./sounds/soundfonts/FluidR3_GM.sf2 Downloads/exam
Hi,
I'm seeing the following error when I try to run fluidsynth on my Macbook.
Couldn't find any information via web searching. If anyone can help I'll be
very grateful.
Thanks,
MakerC
:~$ fluidsynth -i ./sounds/soundfonts/FluidR3_GM.sf2 Downloads/example.mid
FluidSynth runtime version 2.1.7
Cop