summaryrefslogtreecommitdiff
path: root/tests/duplex.cpp
AgeCommit message (Collapse)Author
2016-09-06Update (bug fix?) in duplex.cpp test programGary Scavone
2016-02-12Revert "duplex test: 64 bit compatibility"Stephen Sinclair
This reverts commit f639653f5ecf98d3b093049435df5631d8eb0f44. This change breaks the build with g++ 5.2.1 (Ubuntu 15.10).
2015-04-05duplex test: 64 bit compatibilityDavid Császár
This change was necessary to prevent BAD ACCESS when compiling on 64 bit OSX
2014-04-26Updates to test programs when specifying default device numbers.Gary Scavone
2014-04-01Added Wasapi code (though untested); Updates for better data format support ↵Gary Scavone
in PulseAudio; Commented-out various unused function arguments in tests/ files.
2013-12-27Renamed RtError class to RtAudioError and embedded it in RtAudio.h.Gary Scavone
Deleted RtError.h from distribution and renamed all references to RtError in the documentation, test files, and Windows .dsp files. The version number was incremented to 4.1.0 in anticipation of the next release, as this change affects the API.
2013-10-11Various changes for true 24-bit support, changes regarding Jack get_latency, ↵Gary Scavone
and Linux ALSA realtime threading (gps).
2013-10-11Mutex removal from several APIs, addition of PulseAudio support, ↵Gary Scavone
documentation updates for 4.0.11 release.
2013-10-11Various changes in preparation for release 4.0.8Gary Scavone
including fix of MinGW ASIO compile problem (iasiothiscallresolver), OS-X problem handling device names in some languages (CFString conversion), small change to OS-X MUTEX lock location to avoid lockups, and correction to documentation regarding 24-bit data (should be lower 3 bytes, not upper 3 bytes).
2013-10-11Various updates and fixes before 4.0.5 release (GS).Gary Scavone
2013-10-11Syntax changes to test programs and restoration of Windows VC++ project ↵Gary Scavone
files (gps).
2013-10-11Check in of new version 4.0.0 distribution (GS).Gary Scavone