summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Fix arm64 build.carlarm64Carl Hetherington
2019-12-03Fix mis-merge.Carl Hetherington
2019-12-03Windows build fix.Carl Hetherington
2019-12-03Fix include case.Carl Hetherington
2019-12-03Try to fix build by removing std:: qualifier.Carl Hetherington
2019-12-03Hack configure to work with a cross compiler.Carl Hetherington
2019-12-03Add autoconf stuff to git.Carl Hetherington
2019-12-03Hack pulseaudio channel map for 5.1 DCPs to see if it fixes multi-channel ↵Carl Hetherington
playback on Linux.
2019-12-03Try to support > 2 output channels with PulseAudio.Carl Hetherington
2019-12-03Add cscript.Carl Hetherington
2019-12-03Missing include for roundf().Carl Hetherington
2019-12-03Fix case of include filename.Carl Hetherington
This shouldn't matter for Windows hosts but it is necessary for cross compiling from Linux.
2019-12-03Report playback latency for PulseAudio.Carl Hetherington
2019-12-03Fix erroneous getStreamTime() results in some cases.Carl Hetherington
Without this, if HAVE_GETTIMEOFDAY is defined getStreamTime() can return a wrong value in the following case: - start stream - stop stream - start stream - call getStreamTime() immediately In this case tickStreamTime() will not have been called since the stream was restarted, hence lastTickTimestamp will refer to the previous run of the stream. getStreamTime() will therefore extrapolate wrongly from stream._streamTime. This patch only uses lastTickTimestamp when it is valid.
2019-12-03Stop PulseAudio callback busy-waiting when stream is stopped.Carl Hetherington
2019-02-25Changes to CMakeLists to make use with add_subdirectory easier.Stephen Sinclair
Analog of pr #190 for RtMidi.
2019-02-25WASAPI : Ring buffer in/out index fixMarcus Tomlinson
2019-02-25WASAPI : Call tickStreamTime() only once per callbackMarcus Tomlinson
2019-02-24Check for '#if defined( WIN32 )' in test appsMarcus Tomlinson
2019-02-24Fix CMake VS buildMarcus Tomlinson
2019-02-13Merge pull request #185 from jleben/fix-alsa-get-device-count-errorgaryscavone
Alsa API: Fix use of invalid card handle
2019-02-12Alsa API: Fix use of invalid card handleJakob Leben
2019-01-28Merge pull request #183 from MarcusTomlinson/masterMarcus Tomlinson
WASAPI : Fixed #180 and reduced latency
2019-01-27WASAPI : Fixed issue where latency was introduced on stream stop / startMarcus Tomlinson
2019-01-27WASAPI : Removed unnecessary latency in I/O ring buffersMarcus Tomlinson
2019-01-27WASAPI: calloc stream buffers to ensure unused channels are left silentMarcus Tomlinson
2019-01-24Ensure a warning in asiolist.cpp does not become error with -Wall.Stephen Sinclair
2019-01-24Fix warning about casting result of GetProcAddress.Stephen Sinclair
2019-01-24Fix warning re S24 not trivially copyable by removing copy constructor.Stephen Sinclair
2019-01-24automake: fix inconsistency between --with-ds and --with-dsoundStephen Sinclair
Go with --with-dsound.
2019-01-24automake: add configuration for mingw64 and msys/msys2Stephen Sinclair
2019-01-24automake: fix repeated defines and libs for WASAPI and DSound.Stephen Sinclair
2018-12-29Update lastTickTimestamp in startStream.Stephen Sinclair
Fixes #144.
2018-12-29Windows: include stdint.h for ThreadHandle.Stephen Sinclair
Fixes #142.
2018-12-14#170 : Insert missing render memcpy when !doConvertBuffer in WASAPIMarcus Tomlinson
2018-12-13Merge remote-tracking branch 'upstream/pr/174'Stephen Sinclair
2018-12-13#170 : Enable WASAPI doConvertBuffer when userInterleaved is enabledMarcus Tomlinson
2018-12-13Merge remote-tracking branch 'upstream/pr/173'Stephen Sinclair
2018-12-13#172 : Fix hang in closing logic of wasapiThread()Marcus Tomlinson
2018-12-13rename in header alsosonoro1234
2018-12-13rtaudio_num_comiled_api renamed rtaudio_get_num_compiled_apissonoro1234
2018-12-05drop const from returnsonoro1234
2018-12-05rtaudio_c: add rtaudio_num_compiled_api()sonoro1234
2018-11-15CMakeLists.txt: only change include in WASAPIsonoro1234
2018-11-15CMakeLists: avoid include error: ↵sonoro1234
C:\luaGL\gitsources\luaRtAudio\rtaudio\RtAudio.cpp:3758:43: fatal error: functiondiscoverykeys_devpkey.h: No s uch file or directory #include <functiondiscoverykeys_devpkey.h>
2018-11-12Merge pull request #165 from MarcusTomlinson/mastergaryscavone
WASAPI : Allow loopback without output parameters
2018-11-02Fix potential memory leakMarcus Tomlinson
2018-11-02Allow loopback without having to define output parametersMarcus Tomlinson
2018-10-30removed getStreamLatency() from derived API classesTaylor Holberton
2018-10-30Change "Direct Sound" to "DirectSound"Ryan Schmidt