summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-26Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1Gary Scavone
2014-04-26Updates to test programs when specifying default device numbers.Gary Scavone
2014-04-26Merge branch 'master' of https://github.com/thestk/rtaudioGary Scavone
2014-04-26Merge pull request #11 from MarcusTomlinson/mastergaryscavone
Fix choppy audio on input only mode (WASAPI)
2014-04-26Wasap bug(?) fix in destructor; Update to record.cpp for default device ↵Gary Scavone
selection.
2014-04-26Let convertBuffer() take care of all channel count conversion, while ↵Marcus Tomlinson
convertBufferWasapi() does only sample rate conversion.
2014-04-26Set callbackPushed flag if there is no render stream (input only mode)Marcus Tomlinson
2014-04-24Bug fix in Core, Jack, ASIO, and DS for internal draining in INPUT mode ↵Gary Scavone
only; Added some mutexes in DS to fix input-only errors; Added libraries to CMakeLists.txt for MinGW compile of WASAPI.
2014-04-23Added an explicit cast of (LPCTSRT) on line 4626, which seemed necessary ↵Gary Scavone
when compiling with UNICODE defined.
2014-04-18Merge pull request #8 from MarcusTomlinson/mastergaryscavone
Fix WASAPI shutdown crash
2014-04-18Removed now irrelevant commentMarcus Tomlinson
2014-04-18Support all sample rates for WASAPIMarcus Tomlinson
2014-04-18Fixed shutdown crash on certain sample ratesMarcus Tomlinson
2014-04-18Added an author header to the WASAPI sectionMarcus Tomlinson
2014-04-15Update for compiling WASAPI on both MinGW and VS.Gary Scavone
2014-04-15Added include file (FunctionDiscoveryKeys_devpkey.h) needed for MinGW ↵Gary Scavone
compile of WASAPI API.
2014-04-15Updates to WASAPI API to support MinGW compile.Gary Scavone
2014-04-10Update to CMake file for WASAPI; documentation update for CMake; finalized ↵4.1.0Gary Scavone
date for release 4.1.0
2014-04-10Merge pull request #3 from berkus/mastergaryscavone
Add CMake buildfile.
2014-04-09Another small documentation change before the next release.Gary Scavone
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-03-31Fix for ALSA runnable flag update mistake; moved streamname declaration in ↵Gary Scavone
PULSE code to avoid compiler complaint.
2014-03-12Minor update to release.txtGary Scavone
2014-03-11Bug fix for OS-X xrun reporting, plus small efficiency change to ↵Gary Scavone
getVersion() function.
2014-02-04Build test programs.Berkus
2014-02-04Set some flags depending on compiler and environment.Berkus
2014-02-04Add full API selection mechanism.Berkus
Mostly copied from configure.ac.
2014-02-04Remove primitive API selection code.Berkus
2014-02-04Add options for manual selection of APIs.Berkus
2014-02-04Add prologue code.Berkus
2014-02-03Add CMake buildfile.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).
2014-01-06Updates to OS-X sample rate querying, other small changes suggested by ↵Gary Scavone
Martin Koegler.
2013-12-28A few small memory leak fixes from MKGary Scavone
2013-12-27Hades and Koegler patches for ALSA and general efficiency.Gary Scavone
2013-12-27PulseAudio update for input buffer size support.Gary Scavone
2013-12-27Modified VERSION name to avoid conflict with gcc 4.8.Gary Scavone
2013-12-27A few more minor updates for the RtAudioError class change.Gary Scavone
2013-12-27An update to RtAudio.h for the new RtAudioError class.Gary Scavone
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-12-21Bug fix in probing documentationGary Scavone
2013-10-15Merge pull request #2 from radarsat1/mastergaryscavone
Add install/uninstall targets, fix rtaudio-config, support --prefix option. (2nd try)
2013-10-11Add prefix to rtaudio-config output.Stephen Sinclair
2013-10-11Fix rtaudio-config (test uses = for string comparison, not ==), and install it.Stephen Sinclair
2013-10-11Support "install" and "uninstall" targets, and support --prefix configure ↵Stephen Sinclair
option.
2013-10-11Final documentation updates for release 4.0.12 (GS).Gary Scavone
2013-10-11A few more updates, including new ASIO files (GS).Gary Scavone