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-08-29
Added pulse audio fix that was just applied to master.
noexceptions
Gary Scavone
2019-08-27
CoreAudio fix for deprecated behaviour in stopping and starting stream, which...
Gary Scavone
2019-08-27
No exception updates for Jack API.
Gary Scavone
2019-08-22
Modified CoreAudio cleanup in case of error during initialization, fixed dupl...
Gary Scavone
2019-08-22
Added errorCallback function argument to RtAudio constructor. Updated documen...
Gary Scavone
2019-07-30
Removed RtAudioError class and created a new enum for error types. Only imple...
Gary Scavone
2019-07-30
Added new setErrorCallback() function and removed errorCallback argument in o...
Gary Scavone
2019-04-19
Minor text formatting issues.
Gary Scavone
2019-04-19
Move input user buffer clearing to startStream().
Gary Scavone
2019-04-19
Added clearing of input user buffer in stopStream for OS-X, in case stream is...
Gary Scavone
2019-04-19
Bug fix for previous bug fix for duplex stream time ticking.
Gary Scavone
2019-04-19
Bug fix for double stream time ticking in OS-X if duplex stream with two diff...
Gary Scavone
2019-04-19
Updates to playsaw.cpp and testall.cpp for new behaviour
Gary Scavone
2019-04-19
Simplified error() function, removing exception throwing.
Gary Scavone
2019-04-19
More updates for sample rate changes, plus added support to get current syste...
Gary Scavone
2019-04-19
Almost complete removal of exceptions for RtApiCore, plus an update for chang...
Gary Scavone
2019-04-19
Another temp commit
Gary Scavone
2019-04-19
Some initial changes
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-16
Bug fix for stream ticking in OS-X if using two different devices.
Gary Scavone
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
[next]