Fix setting stream_.doConvertBuffer[mode]
[rtaudio-cdist.git] / RtAudio.cpp
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-11 Stephen SinclairMerge branch 'separate-os-api-testing'
2018-08-09 JP CimalandoJack: allow unconnected streams to have more ports...
2018-07-14 Stephen SinclairInclude process.h for _beginthreadex for DS.
2018-04-30 terminator356Realtime fixes
2018-03-20 Marcelo FernandezGive more priority to PulseAudio api (#129)
2017-11-20 Stephen SinclairFix jackXrun handle pointer
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 Marcus TomlinsonAllow only the device's native sample rate in WASAPI API
2017-10-06 Stephen SinclairMerge pr96.
2017-10-06 Stephen SinclairUse "using namespace std" for roundf in previous patch.
2017-10-06 Stephen SinclairUse "using namespace std" for roundf instead of std...
2017-09-05 rehansRound floats by using roundf in order to round correctly.
2017-08-30 Stephen SinclairFix `jackSilentError(const char*)’ defined but not...
2017-08-30 Gary ScavoneConverted line endings in RtAudio.cpp to unix format.
2017-08-30 Gary ScavoneVersion and documentation updates in advance of new...
2017-08-24 garyscavoneMerge pull request #68 from jpcima/master
2017-08-23 Stephen SinclairMerge pull request #79 from radarsat1/dsound-mmsystem
2017-08-23 Gary ScavoneFix to initialize lastTickTimestamp when setting stream...
2017-08-22 Stephen SinclairAdd cmath include.
2017-08-22 Stephen SinclairFix order of calling CoUninitialize()
2017-08-22 Stephen SinclairMerge pull request #67 from antis81/refactor/cpp0x...
2017-08-22 Stephen SinclairFix line endings back to CR for last 2 commits.
2017-08-22 Stephen SinclairFix a signed-unsigned comparison.
2017-08-22 Stephen Sinclaiross: possible that AFMT_FLOAT is not available
2017-04-24 garyscavoneMerge pull request #81 from jossgray/fix-warnings
2017-04-24 garyscavoneMerge pull request #88 from MarcusTomlinson/wasapi_sr_fix
2017-04-22 Marcus TomlinsonSimplify
2017-04-22 Marcus TomlinsonSome optimisation
2017-04-22 Marcus Tomlinson\96Slight simplification
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Tabs -> Spaces
2017-04-22 Marcus Tomlinson\96Added interpolation to WASAPI's sample rate converter
2016-11-02 Stephen SinclairAdd mmsystem.h and mmreg.h for dsound.
2016-08-09 Nils Fennerrefactor: C++0x compatible exception semantics
2016-07-26 JP Cimalandoa JACK-specific flag to disable automatic connection...
2016-02-17 garyscavoneMerge pull request #49 from radarsat1/automake
2016-02-17 garyscavoneMerge pull request #48 from radarsat1/duplex-64-compat
2016-02-17 garyscavoneMerge pull request #47 from radarsat1/fix-version
2016-02-11 Gary ScavoneRemoved execute mode from RtAudio.cpp (why was it set?)
2016-02-11 Gary ScavoneDocumentation updates in advance of new release
2016-02-10 Gary ScavoneWASAPI stream time update, as suggested by Patrice...
2016-02-03 garyscavoneMerge pull request #43 from guidefloripa/master
2016-02-03 garyscavoneMerge pull request #42 from berkus/master
2015-12-21 Guilherme SteinmannRelease lock if GetCurrentPosition from DS failed
2015-09-22 Berkus DeckerDon't take address of boolean flag, use flag itself...
2015-09-22 Berkus DeckerRegister is no more in modern C++.
2015-05-08 Gary ScavoneUpdate optional stream name for playback in PulseAudio...
2015-04-07 garyscavoneMerge pull request #35 from xord/fix_compile_errors_wit...
2015-04-07 snoridelete not needed line. (duplicated)
2015-04-06 garyscavoneMerge pull request #34 from diamond-msc/patch-1
2015-04-06 Gary ScavoneMerge branch 'igor-mikushkin-fix_alsa_underrun_warning'
2015-04-06 Gary ScavoneCommit of ALSA underrun warning message fix
2015-04-06 Gary ScavoneMerge branch 'guidefloripa-master'
2015-04-06 Gary ScavoneMerge branch 'master' of https://github.com/guideflorip...
2015-04-05 Gary ScavoneUpdate to DS code for getDeviceCount() when cleaning...
2015-03-25 Guilherme SteinmannFix closeStream on Mac OS X
2015-02-23 Gary ScavoneSmall ASIO update to support buffersize value of 0...
2014-11-03 Gary ScavoneFixed some missing unlocks before calling error() in...
2014-11-03 garyscavoneMerge pull request #25 from yedey/master
2014-11-03 garyscavoneMerge pull request #29 from tmatth/static_analysis_fixes
2014-11-03 garyscavoneMerge pull request #28 from geo-harris/master
2014-11-03 garyscavoneMerge pull request #27 from TyounanMOTI/fix_wasapi_buff...
2014-11-03 garyscavoneMerge pull request #26 from TyounanMOTI/fix_std_max_vs2013
2014-11-02 Tristan Matthewsrtaudio: avoid NULL dereference
2014-11-02 Tristan Matthewsalsa: avoid uninitialized read
2014-10-16 Harris GeorgiouFix for NULL options in PULSE audio backend in probeDev...
2014-10-06 Hirotoshi YOSHITAKAFix calloc-free mismatch
2014-10-06 Hirotoshi YOSHITAKAAdd algorithm header include
2014-10-06 yedeyFixed major ASIO duplex initialization bug. Added ...
2014-10-06 yedeyASIO fix for crash for early callbacks (initiated from...
2014-10-02 yedeyWASAPI device name encoding fix, fixed skipped samples...
2014-04-26 Gary ScavoneAdded new setStreamTime function; Documentation updates...
2014-04-26 Gary ScavoneMerge branch 'master' of https://github.com/thestk...
2014-04-26 garyscavoneMerge pull request #11 from MarcusTomlinson/master
2014-04-26 Gary ScavoneWasap bug(?) fix in destructor; Update to record.cpp...
2014-04-26 Marcus TomlinsonLet convertBuffer() take care of all channel count...
2014-04-26 Marcus TomlinsonSet callbackPushed flag if there is no render stream...
2014-04-25 Gary ScavoneBug fix in Core, Jack, ASIO, and DS for internal draini...
2014-04-23 Gary ScavoneAdded an explicit cast of (LPCTSRT) on line 4626, which...
2014-04-18 garyscavoneMerge pull request #8 from MarcusTomlinson/master
2014-04-18 Marcus TomlinsonRemoved now irrelevant comment
2014-04-18 Marcus TomlinsonSupport all sample rates for WASAPI
2014-04-18 Marcus TomlinsonFixed shutdown crash on certain sample rates
2014-04-18 Marcus TomlinsonAdded an author header to the WASAPI section
2014-04-16 Gary ScavoneUpdates to WASAPI API to support MinGW compile.
2014-04-11 garyscavoneMerge pull request #3 from berkus/master
2014-04-09 Gary ScavoneBug fix for DS enumeration when devices are unplugged...
2014-04-02 Gary ScavoneUpdated WASAPI code from v0.1 to v0.2.
2014-04-02 Gary ScavoneVarious WASAPI-related changes.
2014-04-01 Gary ScavoneAdded Wasapi code (though untested); Updates for better...
2014-03-31 Gary ScavoneFix for ALSA runnable flag update mistake; moved stream...
next