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
path:
root
/
RtAudio.cpp
Age
Commit message (
Expand
)
Author
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 pulseaudio channel map for 5.1 DCPs to see if it fixes multi-channel pla...
Carl Hetherington
2019-12-03
Try to support > 2 output channels with PulseAudio.
Carl Hetherington
2019-12-03
Missing include for roundf().
Carl Hetherington
2019-12-03
Fix case of include filename.
Carl Hetherington
2019-12-03
Report playback latency for PulseAudio.
Carl Hetherington
2019-12-03
Fix erroneous getStreamTime() results in some cases.
Carl Hetherington
2019-12-03
Stop PulseAudio callback busy-waiting when stream is stopped.
Carl Hetherington
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-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-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
Fix warning about casting result of GetProcAddress.
Stephen Sinclair
2018-12-29
Update lastTickTimestamp in startStream.
Stephen Sinclair
2018-12-14
#170 : Insert missing render memcpy when !doConvertBuffer in WASAPI
Marcus Tomlinson
2018-12-13
#170 : Enable WASAPI doConvertBuffer when userInterleaved is enabled
Marcus Tomlinson
2018-12-13
#172 : Fix hang in closing logic of wasapiThread()
Marcus Tomlinson
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
Add loopback support to WASAPI
Marcus Tomlinson
2018-10-16
Merge remote-tracking branch 'upstream/pr/141'
Stephen Sinclair
2018-10-16
Merge remote-tracking branch 'upstream/pr/154'
Stephen Sinclair
2018-10-16
Merge remote-tracking branch 'upstream/pr/136'
Stephen Sinclair
2018-10-16
Merge remote-tracking branch 'upstream/pr/139'
Stephen Sinclair
2018-09-28
More fixes to MinGW build
Marcus Tomlinson
2018-09-28
More fixes
Marcus Tomlinson
2018-09-28
Fix mingw32 WASAPI build
Marcus Tomlinson
2018-08-25
Add missing apostrophe and parentheses
Ryan Schmidt
2018-08-25
Change "eg." to "e.g."
Ryan Schmidt
2018-08-25
Change "eg:" to "e.g."
Ryan Schmidt
2018-08-22
Move stream_.state update to the end of wasapiThread()
Marcus Tomlinson
2018-08-22
Fix conversion between different format types in resampler
Marcus Tomlinson
2018-08-22
Only autolink on VS
Marcus Tomlinson
2018-08-22
Case sensitive header perhaps?
Marcus Tomlinson
2018-08-22
Fix indentation
Marcus Tomlinson
2018-08-22
Fix setting stream_.doConvertBuffer[mode]
Marcus Tomlinson
2018-08-22
Replace convertBufferWasapi() calls with renderResampler->Convert()
Marcus Tomlinson
2018-08-22
Init resamplers
Marcus Tomlinson
2018-08-22
Replace convertBufferWasapi with new WasapiResampler
Marcus Tomlinson
2018-08-22
Revert strict sample rate selection in WASAPI API
Marcus Tomlinson
2018-08-11
allow to obtain api names regardless of being compiled or not
JP Cimalando
2018-08-09
Remove the compiledApis vector.
Stephen Sinclair
2018-08-09
Jack: allow unconnected streams to have more ports than device
JP Cimalando
2018-08-09
make some data extern C and const
JP Cimalando
2018-08-09
replace with something nicer: init_compiledApis
JP Cimalando
2018-08-08
Fix typo in previous commit.
Stephen Sinclair
[next]