summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-30Add loopback support to WASAPIMarcus Tomlinson
2018-10-30Fix Go build due to enum casting (#164)Serge Zaitsev
2018-10-16Merge remote-tracking branch 'upstream/pr/141'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/154'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/139'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/159'Stephen Sinclair
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
2018-08-25Change "ex." to "e.g."Ryan Schmidt
2018-08-25Add missing apostrophe and parenthesesRyan Schmidt
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
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