Opening a device for output only

Hi, I’ve had the must luck using AudioIODeviceType::createDevice() to open audio devices. But I just want to open an output-only device (with no synchronized input). How do I do that? Do I just leave inputDeviceName as “”?

Thanks

Yep.

(Please everyone note that it’s good practice to always use {} rather than “” when you want to pass empty strings, though!)

1 Like