| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-22 | Modified 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-22 | Added 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-30 | Removed RtAudioError class and created a new enum for error types. Only ↵ | Gary Scavone | |
| implemented for RtApiCore and RtApiDummy, not rtaudio_c. | |||
| 2019-07-30 | Added 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-19 | Bug fix for double stream time ticking in OS-X if duplex stream with two ↵ | Gary Scavone | |
| different devices. | |||
| 2019-04-19 | Updates to playsaw.cpp and testall.cpp for new behaviour | Gary Scavone | |
| 2019-04-19 | Almost 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 test | Stephen Sinclair | |
| 2019-04-17 | [automake] add CMakeLists.txt to EXTRA_DIST | Stephen Sinclair | |
| 2019-02-24 | Check for '#if defined( WIN32 )' in test apps | Marcus Tomlinson | |
| 2018-10-30 | Change "Direct Sound" to "DirectSound" | Ryan Schmidt | |
| 2018-10-16 | Merge remote-tracking branch 'upstream/pr/136' | Stephen Sinclair | |
| 2018-08-11 | allow to obtain api names regardless of being compiled or not | JP Cimalando | |
| 2018-08-08 | Fix api name functions for C, replace map with array. | Stephen Sinclair | |
| 2018-08-08 | Use a map for API names | Stephen Sinclair | |
| 2018-08-08 | Merge remote-tracking branch 'upstream/pr/136' | Stephen Sinclair | |
| 2018-08-08 | add device id to audioprobe output | Jasper Mackenzie | |
| 2018-08-08 | Use short lower-case names as API identifiers | JP Cimalando | |
| 2018-07-14 | cmake: make CMakeLists.txt more similar to RtMidi's | Stephen Sinclair | |
| 2018-05-07 | API names, and conversion from/to API identifier | JP Cimalando | |
| 2016-12-05 | Fix truncation to float warning in mscv | jossgray | |
| 2016-12-05 | Explicit casts to fix some warnings in msvc | jossgray | |
| 2016-12-05 | Fix truncation from double to float warning. | jossgray | |
| 2016-09-06 | Update (bug fix?) in duplex.cpp test program | Gary Scavone | |
| 2016-02-16 | Merge pull request #49 from radarsat1/automake | garyscavone | |
| Port the build system to automake | |||
| 2016-02-12 | Revert "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-12 | Port the build system to automake. | Stephen Sinclair | |
| 2015-04-05 | duplex test: 64 bit compatibility | David Császár | |
| This change was necessary to prevent BAD ACCESS when compiling on 64 bit OSX | |||
| 2014-04-26 | Updates to test programs when specifying default device numbers. | Gary Scavone | |
| 2014-04-26 | Wasap bug(?) fix in destructor; Update to record.cpp for default device ↵ | Gary Scavone | |
| selection. | |||
| 2014-04-10 | Merge pull request #3 from berkus/master | garyscavone | |
| Add CMake buildfile. | |||
| 2014-04-09 | Bug 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-02 | Updated WASAPI code from v0.1 to v0.2. | 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 ↵ | Gary Scavone | |
| in PulseAudio; Commented-out various unused function arguments in tests/ files. | |||
| 2014-02-04 | Build test programs. | Berkus | |
| 2014-01-18 | Changes 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-27 | Renamed 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-11 | Final documentation updates for release 4.0.12 (GS). | Gary Scavone | |
| 2013-10-11 | A few more updates, including new ASIO files (GS). | Gary Scavone | |
| 2013-10-11 | Various updates for pulseaudio API and default ALSA device enumeration (gs). | Gary Scavone | |
| 2013-10-11 | Various changes for true 24-bit support, changes regarding Jack get_latency, ↵ | Gary Scavone | |
| and Linux ALSA realtime threading (gps). | |||
| 2013-10-11 | Mutex removal from several APIs, addition of PulseAudio support, ↵ | Gary Scavone | |
| documentation updates for 4.0.11 release. | |||
| 2013-10-11 | Updates for release 4.0.8, including new python binding, new teststops.cpp ↵ | Gary Scavone | |
| program, ALSA "default" flag, and various changes to stopping behavior (GS). | |||
| 2013-10-11 | Various changes in preparation for release 4.0.8 | Gary 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-11 | Many updates for release 4.0.7 (gs). | Gary Scavone | |
| 2013-10-11 | Bug fixes for ALSA buffersize setting and new OS X 10.5 variable (GS). | Gary Scavone | |
| 2013-10-11 | A few minor documentation updates before release (GS). | Gary Scavone | |
| 2013-10-11 | Various updates and fixes before 4.0.5 release (GS). | Gary Scavone | |
| 2013-10-11 | Updates to OS-X for multi-stream support (GS). | Gary Scavone | |
