Hack pulseaudio channel map for 5.1 DCPs to see if it fixes multi-channel playback...
[rtaudio-cdist.git] / RtAudio.cpp
2019-04-15 Carl HetheringtonHack pulseaudio channel map for 5.1 DCPs to see if...
2019-04-15 Carl HetheringtonTry to support > 2 output channels with PulseAudio.
2019-04-15 Carl HetheringtonMissing include for roundf().
2019-04-15 Carl HetheringtonFix case of include filename.
2019-04-15 Carl HetheringtonReport playback latency for PulseAudio.
2019-04-15 Carl HetheringtonFix erroneous getStreamTime() results in some cases.
2019-04-15 Carl HetheringtonStop PulseAudio callback busy-waiting when stream is...
2019-02-25 Marcus TomlinsonWASAPI : Ring buffer in/out index fix
2019-02-25 Marcus TomlinsonWASAPI : Call tickStreamTime() only once per callback
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
2019-01-28 Marcus TomlinsonMerge pull request #183 from MarcusTomlinson/master
2019-01-27 Marcus TomlinsonWASAPI : Fixed issue where latency was introduced on...
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 SinclairFix warning about casting result of GetProcAddress.
2018-12-29 Stephen SinclairUpdate lastTickTimestamp in startStream.
2018-12-14 Marcus Tomlinson#170 : Insert missing render memcpy when !doConvertBuff...
2018-12-13 Stephen SinclairMerge remote-tracking branch 'upstream/pr/174'
2018-12-13 Marcus Tomlinson#170 : Enable WASAPI doConvertBuffer when userInterleav...
2018-12-13 Stephen SinclairMerge remote-tracking branch 'upstream/pr/173'
2018-12-13 Marcus Tomlinson#172 : Fix hang in closing logic of wasapiThread()
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 Marcus TomlinsonAdd loopback support to WASAPI
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-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 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-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-11 JP Cimalandoallow to obtain api names regardless of being compiled...
2018-08-11 Stephen SinclairMerge branch 'separate-os-api-testing'
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-08 Stephen SinclairFix typo in previous commit.
2018-08-08 Stephen SinclairFix api name functions for C, replace map with array.
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-07 JP CimalandoUse short lower-case names as API identifiers
2018-07-14 Stephen SinclairInclude process.h for _beginthreadex for DS.
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-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.
next