summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-03-17Added getErrorText() function, other minor updates.Gary Scavone
2021-12-21Update to audioprobe.cpp to use single instance in repeated probes, fix in ↵Gary Scavone
Core API for probing.
2021-12-09API changes for new device selection/enumeration scheme, implemented only ↵Gary Scavone
for the Core and Jack APIs.
2021-11-18Merge branch 'master' into noexceptionsgaryscavone
2021-10-11audioprobe: list devices for all APIsStephen Sinclair
Allows to select the API by index or by short name.
2021-09-15Merge remote-tracking branch 'upstream/master' into noexceptionsStephen Sinclair
2021-08-18[Meson] Add testsNils Tonnätt
2020-06-05Update C API and several backend APIs for no-exceptions branch.Stephen Sinclair
2020-06-05Merge branch 'master' into noexceptionsStephen Sinclair
2020-05-10Bug fix in duplex.cpp when requested bufferFrames value is different from ↵Gary Scavone
returned value.
2020-02-24audioprobe: print preferred sample rateStephen Sinclair
2019-08-22Modified CoreAudio cleanup in case of error during initialization, fixed ↵Gary Scavone
duplex streamtime bug for single device in CoreAudio, updated playsaw.cpp with interrupt handler instead of cin.get() function.
2019-08-22Added errorCallback function argument to RtAudio constructor. Updated ↵Gary Scavone
documentation and removed commented-out RtAudioError class. Updated playsaw.cpp to test errorCallback constructor argument.
2019-07-30Removed RtAudioError class and created a new enum for error types. Only ↵Gary Scavone
implemented for RtApiCore and RtApiDummy, not rtaudio_c.
2019-07-30Added new setErrorCallback() function and removed errorCallback argument in ↵Gary Scavone
openStream(). Also added RtAudioError::Type return value to openStream(), startStream(), stopStream() and abortStream() functions, but only implemented in RtApiCore.
2019-04-19Bug fix for double stream time ticking in OS-X if duplex stream with two ↵Gary Scavone
different devices.
2019-04-19Updates to playsaw.cpp and testall.cpp for new behaviourGary Scavone
2019-04-19Almost complete removal of exceptions for RtApiCore, plus an update for ↵Gary Scavone
changing the sample rate.
2019-04-17[automake, cmake] add apinames as automated testStephen Sinclair
2019-04-17[automake] add CMakeLists.txt to EXTRA_DISTStephen Sinclair
2019-02-24Check for '#if defined( WIN32 )' in test appsMarcus Tomlinson
2018-10-30Change "Direct Sound" to "DirectSound"Ryan Schmidt
2018-10-16Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-08-11allow to obtain api names regardless of being compiled or notJP Cimalando
2018-08-08Fix api name functions for C, replace map with array.Stephen Sinclair
2018-08-08Use a map for API namesStephen Sinclair
2018-08-08Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-08-08add device id to audioprobe outputJasper Mackenzie
2018-08-08Use short lower-case names as API identifiersJP Cimalando
2018-07-14cmake: make CMakeLists.txt more similar to RtMidi'sStephen Sinclair
2018-05-07API names, and conversion from/to API identifierJP Cimalando
2016-12-05Fix truncation to float warning in mscvjossgray
2016-12-05Explicit casts to fix some warnings in msvcjossgray
2016-12-05Fix truncation from double to float warning.jossgray
2016-09-06Update (bug fix?) in duplex.cpp test programGary Scavone
2016-02-16Merge pull request #49 from radarsat1/automakegaryscavone
Port the build system to automake
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).
2016-02-12Port the build system to automake.Stephen Sinclair
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-26Wasap bug(?) fix in destructor; Update to record.cpp for default device ↵Gary Scavone
selection.
2014-04-10Merge pull request #3 from berkus/mastergaryscavone
Add CMake buildfile.
2014-04-09Bug fix for DS enumeration when devices are unplugged; bug fix if an error ↵Gary Scavone
occurs when opening a stream after a previous stream was closed; various documentation updates in preparation for release 4.1.0.
2014-04-02Updated WASAPI code from v0.1 to v0.2.Gary Scavone
2014-04-02Various WASAPI-related changes.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.
2014-02-04Build test programs.Berkus
2014-01-18Changes to fix display issue for non-ASCII device names and some compile ↵Gary Scavone
warnings on the Windows platform (most from Pavel Mogilevskiy).
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-11Final documentation updates for release 4.0.12 (GS).Gary Scavone