thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 317 forks source link

fix rtaudio_get_device_info #399

Closed BillyDM closed 1 year ago

BillyDM commented 1 year ago

I noticed another error with the c headers. The rtaudio_get_device_info function needs the device ID, not the index.