summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
AgeCommit message (Expand)Author
2016-02-10WASAPI stream time update, as suggested by Patrice TaravelGary Scavone
2016-02-03Merge pull request #43 from guidefloripa/mastergaryscavone
2015-12-21Release lock if GetCurrentPosition from DS failedGuilherme Steinmann
2015-09-22Don't take address of boolean flag, use flag itself instead.Berkus Decker
2015-09-22Register is no more in modern C++.Berkus Decker
2015-05-08Update optional stream name for playback in PulseAudio API.Gary Scavone
2015-04-08delete not needed line. (duplicated)snori
2015-04-06Commit of ALSA underrun warning message fixGary Scavone
2015-04-06Merge branch 'master' of https://github.com/guidefloripa/rtaudio into guidefl...Gary Scavone
2015-04-05Update to DS code for getDeviceCount() when cleaning out devices that may hav...Gary Scavone
2015-03-25Fix closeStream on Mac OS XGuilherme Steinmann
2015-02-23Small ASIO update to support buffersize value of 0 (setting to preferred size).Gary Scavone
2014-11-03Fixed some missing unlocks before calling error() in DS API.Gary Scavone
2014-11-03Merge pull request #25 from yedey/mastergaryscavone
2014-11-03Merge pull request #29 from tmatth/static_analysis_fixesgaryscavone
2014-11-03Merge pull request #28 from geo-harris/mastergaryscavone
2014-11-03Merge pull request #27 from TyounanMOTI/fix_wasapi_buffer_free_callocgaryscavone
2014-11-02rtaudio: avoid NULL dereferenceTristan Matthews
2014-11-02alsa: avoid uninitialized readTristan Matthews
2014-10-16Fix for NULL options in PULSE audio backend in probeDeviceOpenHarris Georgiou
2014-10-06Fix calloc-free mismatchHirotoshi YOSHITAKA
2014-10-06Add algorithm header includeHirotoshi YOSHITAKA
2014-10-06Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to th...yedey
2014-10-06ASIO fix for crash for early callbacks (initiated from ASIOCreateBuffers), AS...yedey
2014-10-02WASAPI device name encoding fix, fixed skipped samples in WASAPI buffer conve...yedey
2014-04-26Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1Gary Scavone
2014-04-26Merge branch 'master' of https://github.com/thestk/rtaudioGary Scavone
2014-04-26Wasap bug(?) fix in destructor; Update to record.cpp for default device selec...Gary Scavone
2014-04-26Let convertBuffer() take care of all channel count conversion, while convertB...Marcus Tomlinson
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 only;...Gary Scavone
2014-04-23Added an explicit cast of (LPCTSRT) on line 4626, which seemed necessary when...Gary Scavone
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-15Updates to WASAPI API to support MinGW compile.Gary Scavone
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-03-31Fix for ALSA runnable flag update mistake; moved streamname declaration in PU...Gary Scavone
2014-03-11Bug fix for OS-X xrun reporting, plus small efficiency change to getVersion()...Gary Scavone
2014-01-18Changes to fix display issue for non-ASCII device names and some compile warn...Gary Scavone
2014-01-06Updates to OS-X sample rate querying, other small changes suggested by Martin...Gary Scavone
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-27Renamed RtError class to RtAudioError and embedded it in RtAudio.h.Gary Scavone
2013-10-11A few more updates, including new ASIO files (GS).Gary Scavone