index
:
rtaudio
arm64
carl
dcpomatic-6.0.1
fix-wasapi-resampler-crash
good
master
noexceptions
releases
travis
Fork of rtaudio library for interfacing to audio interfaces
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-09-27
Slight optimization
fix-wasapi-resampler-crash
Marcus Tomlinson
2019-09-27
Add maxOutSampleCount to WasapiResampler::Convert()
Marcus Tomlinson
2019-08-28
Merge pull request #210 from f1xpl/master
garyscavone
2019-08-27
Fix to CoreAudio update for deprecated behaviour.
Gary Scavone
2019-08-27
Update to CoreAudio start and stop stream functions for deprecated behaviour ...
Gary Scavone
2019-08-17
Fix high CPU usage by PulseAudio backend when stream is stopped
Michal Szwaj
2019-06-27
Merge pull request #207 from mcwissink/capture-flags-wasapi
garyscavone
2019-06-19
Change type of captureFlags to DWORD
Mark Wissink
2019-05-16
Merge pull request #204 from thestk/fix-wasapi-channel-offset
garyscavone
2019-05-16
Merge pull request #203 from thestk/fix-pulseauio-non-interleaved
garyscavone
2019-05-06
Fix WASAPI channel offset
Marcus Tomlinson
2019-05-06
Fix PulseAudio non-interleaved user streams
Marcus Tomlinson
2019-04-17
A few minor documentation updates for release 5.1.0.
5.1.0
Gary Scavone
2019-04-17
Documentation and version updates before release 5.1.0
Gary Scavone
2019-04-17
Added github URL to headers.
Gary Scavone
2019-04-17
[doc] document C interface.
Stephen Sinclair
2019-04-17
[doc] fix header file paths for out-of-source builds
Stephen Sinclair
2019-04-17
[doc] callback return value in \return field
Stephen Sinclair
2019-04-17
[doc] update RtAudioFormat description to match code
Stephen Sinclair
2019-04-17
[automake, cmake] add apinames as automated test
Stephen Sinclair
2019-04-17
[automake] add CMakeLists.txt to EXTRA_DIST
Stephen Sinclair
2019-04-17
[automake] add README.md and cmake to EXTRA_DIST
Stephen Sinclair
2019-04-16
[cmake] support previous RTAUDIO_BUILD_* variables
Stephen Sinclair
2019-04-16
Merge branch 'pr193'
Stephen Sinclair
2019-04-16
[cmake] expose some standard CMake options
Stephen Sinclair
2019-04-16
Bug fix for stream ticking in OS-X if using two different devices.
Gary Scavone
2019-03-26
Update CMakeLists.txt
Francesco Bertolaccini
2019-02-25
Changes to CMakeLists to make use with add_subdirectory easier.
Stephen Sinclair
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
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
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
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
2018-12-29
Windows: include stdint.h for ThreadHandle.
Stephen Sinclair
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
[next]