summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
AgeCommit message (Collapse)Author
2018-10-30Add loopback support to WASAPIMarcus Tomlinson
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-09-28More fixes to MinGW buildMarcus Tomlinson
2018-09-28More fixesMarcus Tomlinson
2018-09-28Fix mingw32 WASAPI buildMarcus Tomlinson
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-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-11allow to obtain api names regardless of being compiled or notJP Cimalando
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-08Fix typo in previous commit.Stephen Sinclair
2018-08-08Fix api name functions for C, replace map with array.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-08Use short lower-case names as API identifiersJP Cimalando
2018-07-14Include process.h for _beginthreadex for DS.Stephen Sinclair
Fixes #140.
2018-05-24Fix another missing call to snd_ctl_closeConnor MacDonald
2018-05-24Fix ALSA CTL handle not being closed in the default caseConnor MacDonald
2018-05-13make WASAPI instantiation errors non-fatal for older WindowsJP Cimalando
2018-05-07API names, and conversion from/to API identifierJP Cimalando
2018-04-30Realtime fixesterminator356
2018-03-20Give more priority to PulseAudio api (#129)Marcelo Fernandez
2017-11-20Fix jackXrun handle pointerStephen Sinclair
Thanks github user @bontric, closes #113.
2017-10-18Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.Stephen Sinclair
Warnings/errors "unused function" are from the unicode conversion functions on Windows, and "unused but set variable" is from ASIO source code; we disable these warnings on Windows builds.
2017-10-18Remove use of C++11 std::to_string in WASAPI code.Stephen Sinclair
2017-10-18Allow only the device's native sample rate in WASAPI APIMarcus Tomlinson
Revert "fix" for Issue #69
2017-10-06Merge pr96.Stephen Sinclair
2017-10-06Use "using namespace std" for roundf in previous patch.Stephen Sinclair
Similar to edb4ec67. The reason is because std::roundf causes errors in some compilers even with cmath, yet roundf by itself should exist in math.h. TODO: Switch to std::round when moving to C++11.
2017-10-06Use "using namespace std" for roundf instead of std::roundf.Stephen Sinclair
2017-09-05Round floats by using roundf in order to round correctly.rehans
2017-08-30Fix `jackSilentError(const char*)’ defined but not usedv5.0.0Stephen Sinclair
2017-08-30Converted line endings in RtAudio.cpp to unix format.5.0.0Gary Scavone
2017-08-30Version and documentation updates in advance of new release.Gary Scavone