summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
AgeCommit message (Expand)Author
2024-07-23Hack pulseaudio channel map for 5.1 DCPs to see if it fixes multi-channel pla...Carl Hetherington
2024-07-22Missing include for roundf().Carl Hetherington
2024-07-22Report playback latency for PulseAudio.Carl Hetherington
2023-08-01Release 6.0.1 with soversion bump to 7.garyscavone
2023-07-21Updates to documentation, version number in preparation for release 6.0.0.garyscavone
2023-07-07Bug fix for dealing with a disconnected device when using the ASIO API.garyscavone
2023-06-15Various ASIO updates. Code to close stream if unplugged or sample rate change...garyscavone
2023-06-12Update to ASIO implementation to enforce a single RtAudio instance with an op...garyscavone
2023-05-31Merge pull request #367 from lp35/fix/rtaudio_same_namegaryscavone
2023-04-02Prevent infinite loop when asio probe finds no devices.Dana Batali
2023-02-07use pthreads on MinGW and CygwinRosen Penev
2023-01-08Merge pull request #384 from mvshyvk/fix/wasapi_interface_leakinggaryscavone
2023-01-06Subtle problem with WideCharToMultiByteWilliam A. McKee
2022-12-26Fixed leak for renderer. Fixed build.Mykola Vshyvkov
2022-12-26Fixed leaking of IAudioClient3 interface. Leds on USB audio devices kept flas...Mykola Vshyvkov
2022-12-10Merge pull request #376 from marty1885/workaround-macos-null-crashgaryscavone
2022-11-14workaround: check if callback is null before use on macosmarty1885
2022-10-17clamp values when converting from floatsAsapha
2022-09-13RtApiAlsa: fix device with same "pretty name" not added to device listLPC
2022-08-02Fix various typosluz paz
2022-07-22CoreAudio: Fix regression in #322: userBuffer initMarcus Tomlinson
2022-07-10WASAPI : Continue probe when in or out devices N/AMarcus Tomlinson
2022-07-10WASAPI : More thread safety for stream_ accessMarcus Tomlinson
2022-07-10Remove unused "isInput" in probeDeviceOpen()Marcus Tomlinson
2022-07-10WASAPI : Fix racy handle closure in stop / abortMarcus Tomlinson
2022-07-03Changed errorType to WARNING if jack_client_open() fails, since the instance ...garyscavone
2022-07-03Moved RtApi subclass declarations from RtAudio.h to RtAudio.cppgaryscavone
2022-07-01Fixed WASAPI problem caused during merge.garyscavone
2022-07-01Moved escapeJackPortRegex function into UNIX_JACK API section to avoid compil...garyscavone
2022-07-01Resolved merge conflicts with master.garyscavone
2022-07-01Updated kAudioObjectPropertyElement name to match changes in master.garyscavone
2022-05-24Update to fix the PropertyElementMaster/Main CoreAudio issues.Gary Scavone
2022-05-13Typo fix for #Define.Gary Scavone
2022-05-12Fix for deprecated kAudioObjectPropertyElement name for osx < 10.12.Gary Scavone
2022-05-08Handle a rare case where wasapi would not return the device name (#352)Robin Lobel
2022-03-21Added new getCompiledApiByDisplayName function, revised default api allocatio...Gary Scavone
2022-03-17Added getErrorText() function, other minor updates.Gary Scavone
2022-03-16Updated CoreAudio kAudioObjectPropertyElementMaster to Main.Gary Scavone
2022-03-16Updated soon to be deprecated kAudioObjectPropertyElementMaster specifier to ...Gary Scavone
2022-03-16Fixed RtApiAlsa start/stop/abort stream return values.Gary Scavone
2022-03-05fix usage of the jack audio ports apiSam H
2022-01-14WASAPI and DS updates for new device selection scheme (after testing).Gary Scavone
2022-01-09Another wchar to std::string fix.Gary Scavone
2022-01-09WChar to std::string fixes.Gary Scavone
2022-01-09A few more WASAPI fixes for new selection scheme.Gary Scavone
2022-01-08First commit of WASAPI updates for new device selection (untested), plus a fe...Gary Scavone
2022-01-03Small c-string pointer fixes for Asio in RtAudio.cpp (untested).Gary Scavone
2022-01-03More initial Asio bug fixes in RtAudio.cpp (untested).Gary Scavone
2022-01-03Asio bug fixes in RtAudio.cpp (untested).Gary Scavone
2022-01-03First commit of Asio updates for new device selection (untested).Gary Scavone