summaryrefslogtreecommitdiff
path: root/rtaudio_c.cpp
AgeCommit message (Collapse)Author
2018-10-30Fix Go build due to enum casting (#164)Serge Zaitsev
* fix go build due to enum casts by casting enum array explicitly
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
Fixes #100.
2017-10-02add rtaudio c api wrappers (#98)Serge Zaitsev
add rtaudio c api wrappers