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 enums in rtaudio_c.h #396

Closed BillyDM closed 1 year ago

BillyDM commented 1 year ago

I found out the enums rtaudio_error and rtaudio_api in rtaudio_c.h were not updated to match their counterparts in RtAudio.h, so I fixed it.