jbarrett / Audio-SunVox-FFI

Perl bindings for the SunVox library
0 stars 0 forks source link

Transparent device inspection #4

Open jbarrett opened 1 week ago

jbarrett commented 1 week ago

Haven't looked into this deeply - when wishing to select a device, I've had to run the sv desktop app, configure that, then inspect its config for, e.g. asio device 2.

Are device names and numbers inspectable before calling sv_init? Is device ordering dictated by standard operating system tools?

jbarrett commented 1 week ago

Something like MIDI::RtMidi's open_device_by_name( qr/regex/i ); would be very useful for selecting audio devices.