summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-08Update optional stream name for playback in PulseAudio API.Gary Scavone
2015-04-07Merge pull request #35 from xord/fix_compile_errors_with_core_audiogaryscavone
fix compile errors with -D__MACOSX_CORE__
2015-04-08delete not needed line. (duplicated)snori
2015-04-06Merge pull request #34 from diamond-msc/patch-1garyscavone
duplex test: 64 bit compatibility
2015-04-06Merge branch 'igor-mikushkin-fix_alsa_underrun_warning'Gary Scavone
Merge of ALSA underrun warning fix.
2015-04-06Commit of ALSA underrun warning message fixGary Scavone
2015-04-06Merge branch 'guidefloripa-master'Gary Scavone
Merge of OS-X closeStream() fix to remove property listener.
2015-04-06Merge branch 'master' of https://github.com/guidefloripa/rtaudio into ↵Gary Scavone
guidefloripa-master Trying to merge OS-X closeStream() update.
2015-04-05Update to DS code for getDeviceCount() when cleaning out devices that may ↵Gary Scavone
have disappeared
2015-04-05duplex test: 64 bit compatibilityDavid Császár
This change was necessary to prevent BAD ACCESS when compiling on 64 bit OSX
2015-03-25Fix closeStream on Mac OS XGuilherme Steinmann
2015-02-23Small fix in documentation regarding pkg-config argument specification for ↵Gary Scavone
Jack API.
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
Fixes for WASAPI / ASIO
2014-11-03Merge pull request #29 from tmatth/static_analysis_fixesgaryscavone
Static analysis fixes
2014-11-03Merge pull request #28 from geo-harris/mastergaryscavone
Fix for NULL options in PULSE audio backend in probeDeviceOpen
2014-11-03Merge pull request #27 from TyounanMOTI/fix_wasapi_buffer_free_callocgaryscavone
Fix calloc-free mismatch
2014-11-03Merge pull request #26 from TyounanMOTI/fix_std_max_vs2013garyscavone
Add algorithm header include
2014-11-02rtaudio: avoid NULL dereferenceTristan Matthews
2014-11-02alsa: avoid uninitialized readTristan Matthews
The check if ( subdevice != -1 ) was being done on a potentially uninitialized variable.
2014-10-16Fix for NULL options in PULSE audio backend in probeDeviceOpenHarris Georgiou
2014-10-06Fix calloc-free mismatchHirotoshi YOSHITAKA
Use free() for allocated memory by calloc (not delete). Deleting calloc-ed memory will become problem in the environment which overrides global "operator delete" like some game engine.
2014-10-06Add algorithm header includeHirotoshi YOSHITAKA
Without algorithm header, Visual Studio complaints that std::max is not declared and defined. Including algorithm header resolves this issue.
2014-10-06Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to ↵yedey
the device info.
2014-10-06ASIO fix for crash for early callbacks (initiated from ASIOCreateBuffers), ↵yedey
ASIO fix for strict/misbehaving drivers
2014-10-02WASAPI device name encoding fix, fixed skipped samples in WASAPI buffer ↵yedey
conversion
2014-05-30Merge pull request #14 from dancing-bone-machine/debian-configuregaryscavone
Checking for pulseaudio on Debian
2014-05-17Checking for pulseaudio on DebianRafael Vega
2014-05-07Removed add_defines line for ALSA from CMakeLists.txt file, as it does not ↵Gary Scavone
seem necessary (and the add_defines macro does not exist)
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