Open jwinarske opened 3 years ago
I'm moving to cubeb-coreaudio-rs / cubeb-pulse-rs. I figure cubeb-rs will become pure Rust sooner than later.
Same here, and Linux support is even worse. I appreciate the work on the API to get the interface to be fool proof: the application programmer cannot just poke around, he needs to use system defaults or match a configuration. That's great.. if it would also work then it'd be perfect. It seems the problem with cpal is the glue between the interface and the underlying OS API's..
This is what you need to do.. It effectively means that device selection in Cpal/OSX is broken. You can only use the default system configured device.
I'm getting the following errors when enumerating devices on OSX. Both failure cases are 2 ch outputs set for 16-bit Integer, as viewed via the Mac
Audio MIDI Setup
app. If I set one of the erring output devices to 24-bit Integer, the error is no longer reported for that output.The
USB audio CODEC
device is a MXL ProCon Series 1 AC-404USB PZM mic.Also I would expect the sample format to be preserved, instead of being promoted to a F32.