rtaudio-cdist.git
2018-12-05 sonoro1234rtaudio_c: add rtaudio_num_compiled_api()
2018-11-15 sonoro1234CMakeLists.txt: only change include in WASAPI
2018-11-15 sonoro1234CMakeLists: avoid include error: C:\luaGL\gitsources...
2018-11-12 garyscavoneMerge pull request #165 from MarcusTomlinson/master
2018-11-02 Marcus TomlinsonFix potential memory leak
2018-11-02 Marcus TomlinsonAllow loopback without having to define output parameters
2018-10-30 Taylor Holbertonremoved getStreamLatency() from derived API classes
2018-10-30 Ryan SchmidtChange "Direct Sound" to "DirectSound"
2018-10-30 Marcus TomlinsonAdd loopback support to WASAPI
2018-10-30 Serge ZaitsevFix Go build due to enum casting (#164)
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/141'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/154'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/136'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/139'
2018-10-16 Stephen SinclairMerge remote-tracking branch 'upstream/pr/159'
2018-10-12 Marcus TomlinsonMerge branch 'master' of https://github.com/thestk...
2018-10-02 Benjamin BrownUse current directory.
2018-09-28 Marcus TomlinsonFix linker flags
2018-09-28 Marcus TomlinsonMore fixes to MinGW build
2018-09-28 Marcus TomlinsonMore fixes
2018-09-28 Marcus TomlinsonFix mingw32 WASAPI build
2018-08-27 garyscavoneMerge pull request #156 from spmp/feature/spmp-changes
2018-08-26 Ryan SchmidtChange "ex." to "e.g."
2018-08-26 Ryan SchmidtAdd missing apostrophe and parentheses
2018-08-26 Ryan SchmidtChange "eg." to "e.g."
2018-08-26 Ryan SchmidtChange "eg:" to "e.g."
2018-08-24 Stephen SinclairDon't error on unused-function.
2018-08-22 Marcus TomlinsonMove stream_.state update to the end of wasapiThread()
2018-08-22 Marcus TomlinsonFix conversion between different format types in resampler
2018-08-22 Marcus TomlinsonOnly autolink on VS
2018-08-22 Marcus TomlinsonCase sensitive header perhaps?
2018-08-22 Marcus TomlinsonFix indentation
2018-08-22 Marcus TomlinsonFix setting stream_.doConvertBuffer[mode]
2018-08-22 Marcus TomlinsonReplace convertBufferWasapi() calls with renderResample...
2018-08-22 Marcus TomlinsonInit resamplers
2018-08-22 Marcus TomlinsonReplace convertBufferWasapi with new WasapiResampler
2018-08-22 Marcus TomlinsonRevert strict sample rate selection in WASAPI API
2018-08-15 Stephen Sinclairautomake: Fix rtaudio.pc prefix variable
2018-08-11 JP Cimalandoallow to obtain api names regardless of being compiled...
2018-08-11 Stephen SinclairMerge branch 'separate-os-api-testing'
2018-08-11 Stephen SinclairUpdate availability of platforms in configure help.
2018-08-09 Stephen SinclairRemove the compiledApis vector.
2018-08-09 JP CimalandoJack: allow unconnected streams to have more ports...
2018-08-09 JP Cimalandomake some data extern C and const
2018-08-09 JP Cimalandoreplace with something nicer: init_compiledApis
2018-08-09 JP Cimalandoenable selective exports in CMake builds
2018-08-09 JP Cimalandofix the link step on Windows
2018-08-08 Stephen SinclairFix typo in previous commit.
2018-08-08 Stephen SinclairFix api name functions for C, replace map with array.
2018-08-08 Stephen SinclairExport C API symbols when compiled with g++
2018-08-08 JP Cimalandoreference return for API names
2018-08-08 Stephen SinclairUse a map for API names
2018-08-08 Stephen SinclairMerge remote-tracking branch 'upstream/pr/136'
2018-08-08 Jasper Mackenzieadd device id to audioprobe output
2018-08-07 JP CimalandoUse short lower-case names as API identifiers
2018-08-07 JP CimalandoAdd the C interface for the name API
2018-07-14 Stephen Sinclaircmake: forgot the C API!
2018-07-14 Stephen Sinclaircmake: make CMakeLists.txt more similar to RtMidi's
2018-07-14 Stephen SinclairImprove clarity of error message when no known system...
2018-07-14 Stephen SinclairCheck for headers for Windows APIs (except ASIO)
2018-07-14 Stephen SinclairImprove OSS4 detection on Linux.
2018-07-14 Stephen SinclairAllow to disable an implicitly-selected system using...
2018-07-14 Stephen Sinclaircmake: Flatten API config logic, complete missing rtaud...
2018-07-14 Stephen SinclairInclude process.h for _beginthreadex for DS.
2018-06-07 sonoro1234avoid cmake error: "install Library TARGETS given no...
2018-05-24 Connor MacDonaldFix another missing call to snd_ctl_close
2018-05-24 Connor MacDonaldFix ALSA CTL handle not being closed in the default...
2018-05-13 JP Cimalandomake WASAPI instantiation errors non-fatal for older...
2018-05-07 JP CimalandoAPI names, and conversion from/to API identifier
2018-05-02 Stephen SinclairFix option name with_ds -> with_dsound
2018-05-02 Stephen SinclairRemove Travis config for non-existent '--with-winmm...
2018-05-02 Stephen SinclairMake libossaudio a soft OSS requirement, but do check...
2018-05-01 Stephen Sinclairautoconf: separate OS defaults and audio API testing
2018-05-01 Claudio Cabralfix cmake build system missing variables in pkgconfig
2018-05-01 Sebastian ReimersFix strict prototype warning
2018-04-30 terminator356Realtime fixes
2018-03-20 Marcelo FernandezGive more priority to PulseAudio api (#129)
2018-01-31 Stephen SinclairAdd jack to pkg-config requires.
2018-01-02 Stephen SinclairUpdate ASIO headers to version 2.3.
2017-11-20 Stephen SinclairFix jackXrun handle pointer
2017-10-18 Stephen SinclairSend Travis notifications to Steve.
2017-10-18 Stephen SinclairAdd Travis build status to README.md.
2017-10-18 Stephen SinclairInstall libpulse-dev for Linux builds.
2017-10-18 Stephen SinclairFix compilation of ASIO and WASAPI backends in MingW...
2017-10-18 Stephen SinclairRemove use of C++11 std::to_string in WASAPI code.
2017-10-18 Stephen SinclairReformat readme as markdown.
2017-10-18 Marcus TomlinsonAllow only the device's native sample rate in WASAPI API
2017-10-18 bejuryufixed cmake install error : rtaudio.pc error
2017-10-10 Stephen SinclairAdd a tentative Travis-CI config.
2017-10-10 IOhannes m... Merge remote-tracking branch 'upstream/master' into...
2017-10-10 Stephen SinclairAdd @api@ to rtaudio.pc
2017-10-10 IOhannes m... Don't export private symbols in non-debug builds
2017-10-10 IOhannes m... defines for exporting symbols on GCC
2017-10-10 IOhannes m... properly quote message strings
2017-10-10 IOhannes m... removed unused fallback definitions of PKG_CHECK_MODULE...
2017-10-10 IOhannes m... Conditionally build asio sources
2017-10-10 IOhannes m... use AS_CASE rather than "case"
2017-10-10 IOhannes m... fixed AC_MSG_ERROR arg
2017-10-10 IOhannes m... fixed bash-style assignment
2017-10-10 IOhannes m... ported "--enable-debug" fixes from RtMidi
next