summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-10-11Various updates for pulse audio, preparation for release 4.0.12, error ↵Gary Scavone
callback addition (GS).
2013-10-11Various updates for pulseaudio API and default ALSA device enumeration (gs).Gary Scavone
2013-10-11Updates for SCHED_RR in ALSA API, plus support in configure for powerpc64 (gs).Gary Scavone
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-11Updates to RtAudio.cpp,h to fix deadlock in stopping stream (Core API). ↵Gary Scavone
Other file updates for upcoming release of version 4.0.11.
2013-10-11Updates regarding leaks in ALSA, bitwise format flags in OS-X, and changes ↵Gary Scavone
to stopStream / drain flag to avoid hung state in ASIO, DS, OS-X, and Jack APIs.
2013-10-11Updated version number in Makefile.in (GS)Gary Scavone
2013-10-11Documentation updates for release 4.0.10 (GS).Gary Scavone
2013-10-11Fix for compile bug in Windows DS and library configure in linux (GS).Gary Scavone
2013-10-11Final update for release 4.0.9, including DS bugfix in getDeviceCount (gs).Gary Scavone
2013-10-11Minor documentation updates for release 4.0.9 (gs).Gary Scavone
2013-10-11Updates for release 4.0.9, including OS-X fixes for 10.6 and 10.7 (gs).Gary Scavone
2013-10-11Updates 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-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-11RtApiJack: Don't set JackUseExactName, since it prevents multiple instances ↵Tristan Matthews
of Stk applications using the Jack backend from running at the same time.
2013-10-11RtError: made printMessage and other get methods constTristan Matthews