summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-12Merge branch 'master' of https://github.com/thestk/rtaudioMarcus Tomlinson
2018-10-02Use current directory.Benjamin Brown
2018-09-28Fix linker flagsMarcus Tomlinson
2018-09-28More fixes to MinGW buildMarcus Tomlinson
2018-09-28More fixesMarcus Tomlinson
2018-09-28Fix mingw32 WASAPI buildMarcus Tomlinson
2018-08-27Merge pull request #156 from spmp/feature/spmp-changesgaryscavone
Add device id to audioprobe output
2018-08-25Change "ex." to "e.g."Ryan Schmidt
2018-08-25Add missing apostrophe and parenthesesRyan Schmidt
And capitalize and add a period at the end of the next sentence.
2018-08-25Change "eg." to "e.g."Ryan Schmidt
2018-08-25Change "eg:" to "e.g."Ryan Schmidt
2018-08-24Don't error on unused-function.Stephen Sinclair
Because of convertCharPointerToStdString for example.
2018-08-22Move stream_.state update to the end of wasapiThread()Marcus Tomlinson
2018-08-22Fix conversion between different format types in resamplerMarcus Tomlinson
2018-08-22Only autolink on VSMarcus Tomlinson
2018-08-22Case sensitive header perhaps?Marcus Tomlinson
2018-08-22Fix indentationMarcus Tomlinson
2018-08-22Fix setting stream_.doConvertBuffer[mode]Marcus Tomlinson
2018-08-22Replace convertBufferWasapi() calls with renderResampler->Convert()Marcus Tomlinson
2018-08-22Init resamplersMarcus Tomlinson
2018-08-22Replace convertBufferWasapi with new WasapiResamplerMarcus Tomlinson
2018-08-22Revert strict sample rate selection in WASAPI APIMarcus Tomlinson
2018-08-15automake: Fix rtaudio.pc prefix variableStephen Sinclair
2018-08-11allow to obtain api names regardless of being compiled or notJP Cimalando
2018-08-10Merge branch 'separate-os-api-testing'Stephen Sinclair
2018-08-10Update availability of platforms in configure help.Stephen Sinclair
2018-08-09Remove the compiledApis vector.Stephen Sinclair
2018-08-09Jack: allow unconnected streams to have more ports than deviceJP Cimalando
2018-08-09make some data extern C and constJP Cimalando
2018-08-09replace with something nicer: init_compiledApisJP Cimalando
2018-08-09enable selective exports in CMake buildsJP Cimalando
2018-08-09fix the link step on WindowsJP Cimalando
2018-08-08Fix typo in previous commit.Stephen Sinclair
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-08reference return for API namesJP Cimalando
2018-08-08Use a map for API namesStephen Sinclair
2018-08-08Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-08-08add device id to audioprobe outputJasper Mackenzie
2018-08-08Use short lower-case names as API identifiersJP Cimalando
2018-08-07Add the C interface for the name APIJP Cimalando
2018-07-14cmake: forgot the C API!Stephen Sinclair
2018-07-14cmake: make CMakeLists.txt more similar to RtMidi'sStephen Sinclair
2018-07-14Improve clarity of error message when no known system was found.Stephen Sinclair
2018-07-14Check for headers for Windows APIs (except ASIO)Stephen Sinclair
2018-07-14Improve OSS4 detection on Linux.Stephen Sinclair
2018-07-14Allow to disable an implicitly-selected system using --without-*api*Stephen Sinclair
2018-07-14cmake: Flatten API config logic, complete missing rtaudio.pc fieldsStephen Sinclair
Closes #106. Fixes #137.
2018-07-14Include process.h for _beginthreadex for DS.Stephen Sinclair
Fixes #140.
2018-06-07avoid cmake error: "install Library TARGETS given no DESTINATION!"sonoro1234