rtaudio.git
2019-09-28 garyscavoneMerge pull request #218 from thestk/fix-wasapi-resample... master
2019-09-27 Marcus TomlinsonSlight optimization fix-wasapi-resampler-crash 218/head
2019-09-27 Marcus TomlinsonAdd maxOutSampleCount to WasapiResampler::Convert()
2019-08-28 garyscavoneMerge pull request #210 from f1xpl/master
2019-08-28 Gary ScavoneFix to CoreAudio update for deprecated behaviour.
2019-08-28 Gary ScavoneUpdate to CoreAudio start and stop stream functions...
2019-08-17 Michal SzwajFix high CPU usage by PulseAudio backend when stream... 210/head
2019-06-27 garyscavoneMerge pull request #207 from mcwissink/capture-flags...
2019-06-19 Mark WissinkChange type of captureFlags to DWORD 207/head
2019-05-16 garyscavoneMerge pull request #204 from thestk/fix-wasapi-channel...
2019-05-16 garyscavoneMerge pull request #203 from thestk/fix-pulseauio-non...
2019-05-06 Marcus TomlinsonFix WASAPI channel offset 204/head
2019-05-06 Marcus TomlinsonFix PulseAudio non-interleaved user streams 203/head
2019-04-18 Gary ScavoneA few minor documentation updates for release 5.1.0. 5.1.0
2019-04-17 Gary ScavoneDocumentation and version updates before release 5.1.0
2019-04-17 Gary ScavoneAdded github URL to headers.
2019-04-17 Stephen Sinclair[doc] document C interface.
2019-04-17 Stephen Sinclair[doc] fix header file paths for out-of-source builds
2019-04-17 Stephen Sinclair[doc] callback return value in \return field
2019-04-17 Stephen Sinclair[doc] update RtAudioFormat description to match code
2019-04-17 Stephen Sinclair[automake, cmake] add apinames as automated test
2019-04-17 Stephen Sinclair[automake] add CMakeLists.txt to EXTRA_DIST
2019-04-17 Stephen Sinclair[automake] add README.md and cmake to EXTRA_DIST
2019-04-16 Stephen Sinclair[cmake] support previous RTAUDIO_BUILD_* variables
2019-04-16 Stephen SinclairMerge branch 'pr193'
2019-04-16 Stephen Sinclair[cmake] expose some standard CMake options
2019-04-16 Gary ScavoneBug fix for stream ticking in OS-X if using two differe...
2019-03-26 Francesco BertolacciniUpdate CMakeLists.txt 193/head
2019-02-25 Stephen SinclairChanges to CMakeLists to make use with add_subdirectory...
2019-02-25 Marcus TomlinsonWASAPI : Ring buffer in/out index fix
2019-02-25 Marcus TomlinsonWASAPI : Call tickStreamTime() only once per callback
2019-02-24 Marcus TomlinsonCheck for '#if defined( WIN32 )' in test apps 190/head
2019-02-24 Marcus TomlinsonFix CMake VS build
2019-02-13 garyscavoneMerge pull request #185 from jleben/fix-alsa-get-device...
2019-02-12 Jakob LebenAlsa API: Fix use of invalid card handle 185/head
2019-01-28 Marcus TomlinsonMerge pull request #183 from MarcusTomlinson/master
2019-01-27 Marcus TomlinsonWASAPI : Fixed issue where latency was introduced on... 183/head
2019-01-27 Marcus TomlinsonWASAPI : Removed unnecessary latency in I/O ring buffers
2019-01-27 Marcus TomlinsonWASAPI: calloc stream buffers to ensure unused channels...
2019-01-24 Stephen SinclairEnsure a warning in asiolist.cpp does not become error... 179/head
2019-01-24 Stephen SinclairFix warning about casting result of GetProcAddress.
2019-01-24 Stephen SinclairFix warning re S24 not trivially copyable by removing...
2019-01-24 Stephen Sinclairautomake: fix inconsistency between --with-ds and ...
2019-01-24 Stephen Sinclairautomake: add configuration for mingw64 and msys/msys2
2019-01-24 Stephen Sinclairautomake: fix repeated defines and libs for WASAPI...
2018-12-29 Stephen SinclairUpdate lastTickTimestamp in startStream.
2018-12-29 Stephen SinclairWindows: include stdint.h for ThreadHandle. 178/head
2018-12-14 Marcus Tomlinson#170 : Insert missing render memcpy when !doConvertBuff... 175/head
2018-12-13 Stephen SinclairMerge remote-tracking branch 'upstream/pr/174'
2018-12-13 Marcus Tomlinson#170 : Enable WASAPI doConvertBuffer when userInterleav... 174/head
2018-12-13 Stephen SinclairMerge remote-tracking branch 'upstream/pr/173'
2018-12-13 Marcus Tomlinson#172 : Fix hang in closing logic of wasapiThread() 173/head
2018-12-13 sonoro1234rename in header also 169/head
2018-12-13 sonoro1234rtaudio_num_comiled_api renamed rtaudio_get_num_compile...
2018-12-05 sonoro1234drop const from return
2018-12-05 sonoro1234rtaudio_c: add rtaudio_num_compiled_api()
2018-11-15 sonoro1234CMakeLists.txt: only change include in WASAPI 167/head
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 165/head
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... 119/head
2018-10-02 Benjamin BrownUse current directory. 159/head
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." 154/head
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... 136/head
2018-08-11 Stephen SinclairMerge branch 'separate-os-api-testing'
2018-08-11 Stephen SinclairUpdate availability of platforms in configure help. 135/head
2018-08-09 Stephen SinclairRemove the compiledApis vector.
2018-08-09 JP CimalandoJack: allow unconnected streams to have more ports... 150/head
2018-08-09 JP Cimalandomake some data extern C and const
2018-08-09 JP Cimalandoreplace with something nicer: init_compiledApis
next