index
:
rtaudio
arm64
carl
dcpomatic-6.0.1
fix-wasapi-resampler-crash
good
master
noexceptions
releases
travis
Fork of rtaudio library for interfacing to audio interfaces
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtaudio_c.h
Age
Commit message (
Expand
)
Author
2023-06-14
fix rtaudio_get_device_info
Billy Messenger
2023-06-06
use stable types for enums in C header
Billy Messenger
2023-06-06
use optimal types in c header
Billy Messenger
2023-05-27
fix enums in rtaudio_c.h
Billy Messenger
2021-12-09
API changes for new device selection/enumeration scheme, implemented only for...
Gary Scavone
2021-09-15
Merge remote-tracking branch 'upstream/master' into noexceptions
Stephen Sinclair
2021-08-12
Fix definition of RTAUDIO_FLAGS_JACK_DONT_CONNECT
Stephen Sinclair
2021-07-08
Fix various typos
luz paz
2020-06-05
Update C API and several backend APIs for no-exceptions branch.
Stephen Sinclair
2020-06-04
Add rtaudio_error_type() method to retrieve RtAudioError::Type
Elijah Shaw-Rutschman
2019-04-17
[doc] document C interface.
Stephen Sinclair
2018-12-13
rename in header also
sonoro1234
2018-12-05
drop const from return
sonoro1234
2018-12-05
rtaudio_c: add rtaudio_num_compiled_api()
sonoro1234
2018-08-11
allow to obtain api names regardless of being compiled or not
JP Cimalando
2018-08-09
fix the link step on Windows
JP Cimalando
2018-08-08
Fix api name functions for C, replace map with array.
Stephen Sinclair
2018-08-08
Export C API symbols when compiled with g++
Stephen Sinclair
2018-08-08
Use short lower-case names as API identifiers
JP Cimalando
2018-08-07
Add the C interface for the name API
JP Cimalando
2018-04-30
Fix strict prototype warning
Sebastian Reimers
2017-10-02
add rtaudio c api wrappers (#98)
Serge Zaitsev