summaryrefslogtreecommitdiff
path: root/rtaudio_c.cpp
AgeCommit message (Expand)Author
2023-06-14fix rtaudio_get_device_infoBilly Messenger
2023-06-06use optimal types in c headerBilly Messenger
2021-12-09API changes for new device selection/enumeration scheme, implemented only for...Gary Scavone
2020-06-05Update C API and several backend APIs for no-exceptions branch.Stephen Sinclair
2020-06-05Merge branch 'master' into noexceptionsStephen Sinclair
2020-06-04Initialize errtype to RTAUDIO_NO_ERRORElijah Shaw-Rutschman
2020-06-04Add rtaudio_error_type() method to retrieve RtAudioError::TypeElijah Shaw-Rutschman
2019-07-30Added new setErrorCallback() function and removed errorCallback argument in o...Gary Scavone
2018-12-13rtaudio_num_comiled_api renamed rtaudio_get_num_compiled_apissonoro1234
2018-12-05drop const from returnsonoro1234
2018-12-05rtaudio_c: add rtaudio_num_compiled_api()sonoro1234
2018-10-30Fix Go build due to enum casting (#164)Serge Zaitsev
2018-08-11allow to obtain api names regardless of being compiled or notJP Cimalando
2018-08-09make some data extern C and constJP Cimalando
2018-08-08Fix api name functions for C, replace map with array.Stephen Sinclair
2018-08-08Use short lower-case names as API identifiersJP Cimalando
2018-08-07Add the C interface for the name APIJP Cimalando
2017-10-06c api: Fix struct initializer stuff for older gcc.Stephen Sinclair
2017-10-02add rtaudio c api wrappers (#98)Serge Zaitsev