summaryrefslogtreecommitdiff
path: root/rtaudio_c.h
AgeCommit message (Expand)Author
2023-06-14fix rtaudio_get_device_infoBilly Messenger
2023-06-06use stable types for enums in C headerBilly Messenger
2023-06-06use optimal types in c headerBilly Messenger
2023-05-27fix enums in rtaudio_c.hBilly Messenger
2021-12-09API changes for new device selection/enumeration scheme, implemented only for...Gary Scavone
2021-09-15Merge remote-tracking branch 'upstream/master' into noexceptionsStephen Sinclair
2021-08-12Fix definition of RTAUDIO_FLAGS_JACK_DONT_CONNECTStephen Sinclair
2021-07-08Fix various typosluz paz
2020-06-05Update C API and several backend APIs for no-exceptions branch.Stephen Sinclair
2020-06-04Add rtaudio_error_type() method to retrieve RtAudioError::TypeElijah Shaw-Rutschman
2019-04-17[doc] document C interface.Stephen Sinclair
2018-12-13rename in header alsosonoro1234
2018-12-05drop const from returnsonoro1234
2018-12-05rtaudio_c: add rtaudio_num_compiled_api()sonoro1234
2018-08-11allow to obtain api names regardless of being compiled or notJP Cimalando
2018-08-09fix the link step on WindowsJP Cimalando
2018-08-08Fix api name functions for C, replace map with array.Stephen Sinclair
2018-08-08Export C API symbols when compiled with g++Stephen Sinclair
2018-08-08Use short lower-case names as API identifiersJP Cimalando
2018-08-07Add the C interface for the name APIJP Cimalando
2018-04-30Fix strict prototype warningSebastian Reimers
2017-10-02add rtaudio c api wrappers (#98)Serge Zaitsev