summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-30wip travis windowstravisStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30wip travis windowsStephen Sinclair
2018-10-30removed getStreamLatency() from derived API classesTaylor Holberton
2018-10-30Change "Direct Sound" to "DirectSound"Ryan Schmidt
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