- Thread Starter
- #21
One of your MAC CoreAudio devices reported non-standard channel counts, causing openStream to fail. Now the code clamps to the device's actual channel capacity min(2, deviceChannels) so mono mics and unusual output devices work correctly:Quick test on v1.0.2. "Test Audio" button on MacOS got this error:
[RtAudio] openStream failed: RtApiCore:robeDeviceOpen: the device (129) does not support the requested channel count.
Audio output: Macbook Speaker and external DSP (DSPi project recently reviewed on this forum)
Midi Console show both outputs as 2-Channel 48Khz 32 bits.
GSonic Reference v1.0.3
Last edited: