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.h
Age
Commit message (
Expand
)
Author
2019-08-27
No exception updates for Jack API.
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
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
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-17
[doc] callback return value in \return field
Stephen Sinclair
2019-01-24
Fix warning re S24 not trivially copyable by removing copy constructor.
Stephen Sinclair
2018-12-29
Windows: include stdint.h for ThreadHandle.
Stephen Sinclair
2018-10-30
removed getStreamLatency() from derived API classes
Taylor Holberton
2018-10-30
Change "Direct Sound" to "DirectSound"
Ryan Schmidt
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-08-25
Change "eg." to "e.g."
Ryan Schmidt
2018-08-22
Replace convertBufferWasapi with new WasapiResampler
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
fix the link step on Windows
JP Cimalando
2018-08-08
Fix api name functions for C, replace map with array.
Stephen Sinclair
2018-08-08
reference return for API names
JP Cimalando
2018-08-08
Use a map for API names
Stephen Sinclair
2018-08-08
Use short lower-case names as API identifiers
JP Cimalando
2018-05-07
API names, and conversion from/to API identifier
JP Cimalando
2017-10-10
defines for exporting symbols on GCC
IOhannes m zmölnig
2017-08-30
Version and documentation updates in advance of new release.
Gary Scavone
2017-08-24
Merge pull request #68 from jpcima/master
garyscavone
2017-08-22
Derive RtAudioError from std::runtime_error
Stephen Sinclair
2017-08-22
Further fix std::exception noexcept-related compile error
Stephen Sinclair
2017-08-22
Fix std::exception noexcept-related compile error
Stephen Sinclair
2017-08-22
Merge pull request #67 from antis81/refactor/cpp0x-compatibility
Stephen Sinclair
2017-08-22
Initialized member priority in CallbackInfo constructor.
Gary Scavone
2016-08-09
refactor: C++0x compatible exception semantics
Nils Fenner
2016-07-26
a JACK-specific flag to disable automatic connection of ports
JP Cimalando
2016-02-11
Documentation updates in advance of new release
Gary Scavone
2014-10-06
Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to th...
yedey
2014-04-26
Added new setStreamTime function; Documentation updates for 4.1.1 release.
4.1.1
Gary Scavone
2014-04-15
Update for compiling WASAPI on both MinGW and VS.
Gary Scavone
2014-04-15
Updates to WASAPI API to support MinGW compile.
Gary Scavone
2014-04-09
Bug fix for DS enumeration when devices are unplugged; bug fix if an error oc...
Gary Scavone
2014-04-02
Various WASAPI-related changes.
Gary Scavone
2014-04-01
Added Wasapi code (though untested); Updates for better data format support i...
Gary Scavone
2014-01-06
Updates to OS-X sample rate querying, other small changes suggested by Martin...
Gary Scavone
2013-12-28
A few small memory leak fixes from MK
Gary Scavone
2013-12-27
Hades and Koegler patches for ALSA and general efficiency.
Gary Scavone
2013-12-27
Modified VERSION name to avoid conflict with gcc 4.8.
Gary Scavone
2013-12-27
A few more minor updates for the RtAudioError class change.
Gary Scavone
[next]