summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)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 Co...Gary Scavone
2021-12-09API changes for new device selection/enumeration scheme, implemented only for...Gary Scavone
2021-11-18Merge branch 'master' into noexceptionsgaryscavone
2021-10-11audioprobe: list devices for all APIsStephen Sinclair
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 ret...Gary Scavone
2020-02-24audioprobe: print preferred sample rateStephen Sinclair
2019-08-22Modified CoreAudio cleanup in case of error during initialization, fixed dupl...Gary Scavone
2019-08-22Added errorCallback function argument to RtAudio constructor. Updated documen...Gary Scavone
2019-07-30Removed RtAudioError class and created a new enum for error types. Only imple...Gary Scavone
2019-07-30Added new setErrorCallback() function and removed errorCallback argument in o...Gary Scavone
2019-04-19Bug fix for double stream time ticking in OS-X if duplex stream with two diff...Gary Scavone
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 chang...Gary Scavone
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
2016-02-12Revert "duplex test: 64 bit compatibility"Stephen Sinclair
2016-02-12Port the build system to automake.Stephen Sinclair
2015-04-05duplex test: 64 bit compatibilityDavid Császár
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 selec...Gary Scavone
2014-04-10Merge pull request #3 from berkus/mastergaryscavone
2014-04-09Bug fix for DS enumeration when devices are unplugged; bug fix if an error oc...Gary Scavone
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 i...Gary Scavone
2014-02-04Build test programs.Berkus
2014-01-18Changes to fix display issue for non-ASCII device names and some compile warn...Gary Scavone
2013-12-27Renamed RtError class to RtAudioError and embedded it in RtAudio.h.Gary Scavone
2013-10-11Final documentation updates for release 4.0.12 (GS).Gary Scavone