summaryrefslogtreecommitdiff
path: root/thirdparty/rtaudio/RtAudio.h
AgeCommit message (Collapse)Author
2019-02-20Drop RtAudio driver on WindowsRémi Verschelde
We've been defaulting to WASAPI since 3.0 and it's superior to RtAudio in all aspects. Obsoletes and closes #25503. Also enable WINMIDI on MinGW, this had been missed initially. Fix os_windows.cpp and crash_handler_windows.cpp which had weird dependencies on RtAudio.h's includes (ugh).
2016-11-03Rename WINRT_ENABLED to UWP_ENABLEDGeorge Marques
2016-10-15rtaudio: Split thirdparty filesRémi Verschelde