| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-24 | Fix arm64 build.carlarm64 | Carl Hetherington | |
| 2019-12-03 | Fix mis-merge. | Carl Hetherington | |
| 2019-12-03 | Windows build fix. | Carl Hetherington | |
| 2019-12-03 | Fix include case. | Carl Hetherington | |
| 2019-12-03 | Try to fix build by removing std:: qualifier. | Carl Hetherington | |
| 2019-12-03 | Hack configure to work with a cross compiler. | Carl Hetherington | |
| 2019-12-03 | Add autoconf stuff to git. | Carl Hetherington | |
| 2019-12-03 | Hack pulseaudio channel map for 5.1 DCPs to see if it fixes multi-channel ↵ | Carl Hetherington | |
| playback on Linux. | |||
| 2019-12-03 | Try to support > 2 output channels with PulseAudio. | Carl Hetherington | |
| 2019-12-03 | Add cscript. | Carl Hetherington | |
| 2019-12-03 | Missing include for roundf(). | Carl Hetherington | |
| 2019-12-03 | Fix case of include filename. | Carl Hetherington | |
| This shouldn't matter for Windows hosts but it is necessary for cross compiling from Linux. | |||
| 2019-12-03 | Report playback latency for PulseAudio. | Carl Hetherington | |
| 2019-12-03 | Fix 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-03 | Stop PulseAudio callback busy-waiting when stream is stopped. | Carl Hetherington | |
| 2019-02-25 | Changes to CMakeLists to make use with add_subdirectory easier. | Stephen Sinclair | |
| Analog of pr #190 for RtMidi. | |||
| 2019-02-25 | WASAPI : Ring buffer in/out index fix | Marcus Tomlinson | |
| 2019-02-25 | WASAPI : Call tickStreamTime() only once per callback | Marcus Tomlinson | |
| 2019-02-24 | Check for '#if defined( WIN32 )' in test apps | Marcus Tomlinson | |
| 2019-02-24 | Fix CMake VS build | Marcus Tomlinson | |
| 2019-02-13 | Merge pull request #185 from jleben/fix-alsa-get-device-count-error | garyscavone | |
| Alsa API: Fix use of invalid card handle | |||
| 2019-02-12 | Alsa API: Fix use of invalid card handle | Jakob Leben | |
| 2019-01-28 | Merge pull request #183 from MarcusTomlinson/master | Marcus Tomlinson | |
| WASAPI : Fixed #180 and reduced latency | |||
| 2019-01-27 | WASAPI : Fixed issue where latency was introduced on stream stop / start | Marcus Tomlinson | |
| 2019-01-27 | WASAPI : Removed unnecessary latency in I/O ring buffers | Marcus Tomlinson | |
| 2019-01-27 | WASAPI: calloc stream buffers to ensure unused channels are left silent | Marcus Tomlinson | |
| 2019-01-24 | Ensure a warning in asiolist.cpp does not become error with -Wall. | Stephen Sinclair | |
| 2019-01-24 | Fix warning about casting result of GetProcAddress. | Stephen Sinclair | |
| 2019-01-24 | Fix warning re S24 not trivially copyable by removing copy constructor. | Stephen Sinclair | |
| 2019-01-24 | automake: fix inconsistency between --with-ds and --with-dsound | Stephen Sinclair | |
| Go with --with-dsound. | |||
| 2019-01-24 | automake: add configuration for mingw64 and msys/msys2 | Stephen Sinclair | |
| 2019-01-24 | automake: fix repeated defines and libs for WASAPI and DSound. | Stephen Sinclair | |
| 2018-12-29 | Update lastTickTimestamp in startStream. | Stephen Sinclair | |
| Fixes #144. | |||
| 2018-12-29 | Windows: include stdint.h for ThreadHandle. | Stephen Sinclair | |
| Fixes #142. | |||
| 2018-12-14 | #170 : Insert missing render memcpy when !doConvertBuffer in WASAPI | Marcus Tomlinson | |
| 2018-12-13 | Merge remote-tracking branch 'upstream/pr/174' | Stephen Sinclair | |
| 2018-12-13 | #170 : Enable WASAPI doConvertBuffer when userInterleaved is enabled | Marcus Tomlinson | |
| 2018-12-13 | Merge remote-tracking branch 'upstream/pr/173' | Stephen Sinclair | |
| 2018-12-13 | #172 : Fix hang in closing logic of wasapiThread() | Marcus Tomlinson | |
| 2018-12-13 | rename in header also | sonoro1234 | |
| 2018-12-13 | rtaudio_num_comiled_api renamed rtaudio_get_num_compiled_apis | sonoro1234 | |
| 2018-12-05 | drop const from return | sonoro1234 | |
| 2018-12-05 | rtaudio_c: add rtaudio_num_compiled_api() | sonoro1234 | |
| 2018-11-15 | CMakeLists.txt: only change include in WASAPI | sonoro1234 | |
| 2018-11-15 | CMakeLists: 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-12 | Merge pull request #165 from MarcusTomlinson/master | garyscavone | |
| WASAPI : Allow loopback without output parameters | |||
| 2018-11-02 | Fix potential memory leak | Marcus Tomlinson | |
| 2018-11-02 | Allow loopback without having to define output parameters | Marcus Tomlinson | |
| 2018-10-30 | removed getStreamLatency() from derived API classes | Taylor Holberton | |
| 2018-10-30 | Change "Direct Sound" to "DirectSound" | Ryan Schmidt | |
