summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-23Fix cscriptdcpomatic-6.0.1cah
2024-07-23Build static everywhere except Windows.cah
2024-07-23Build static.cah
2024-07-23Add cscript.Carl Hetherington
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-21Release number fix for meson.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-15Merge pull request #399 from BillyDM/c_typesgaryscavone
2023-06-15Various ASIO updates. Code to close stream if unplugged or sample rate change...garyscavone
2023-06-14fix rtaudio_get_device_infoBilly Messenger
2023-06-13Merge pull request #398 from BillyDM/c-typesgaryscavone
2023-06-12Update to ASIO implementation to enforce a single RtAudio instance with an op...garyscavone
2023-06-06use stable types for enums in C headerBilly Messenger
2023-06-06use optimal types in c headerBilly Messenger
2023-05-31Merge pull request #396 from BillyDM/mastergaryscavone
2023-05-31Merge pull request #367 from lp35/fix/rtaudio_same_namegaryscavone
2023-05-27fix enums in rtaudio_c.hBilly Messenger
2023-04-03Merge pull request #393 from cannerycoders/asiobuggaryscavone
2023-04-02Prevent infinite loop when asio probe finds no devices.Dana Batali
2023-02-07Merge pull request #378 from neheb/2garyscavone
2023-02-07use pthreads on MinGW and CygwinRosen Penev
2023-01-08Merge pull request #384 from mvshyvk/fix/wasapi_interface_leakinggaryscavone
2023-01-08Merge pull request #385 from wamckee/mastergaryscavone
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 #379 from neheb/patch-2garyscavone
2022-12-10Merge pull request #376 from marty1885/workaround-macos-null-crashgaryscavone
2022-12-10Merge pull request #373 from asapha/asapha/clamp-on-float-conversiongaryscavone
2022-12-10Merge pull request #370 from MonicaLiu0311/vcpkg_installitiongaryscavone
2022-12-10Merge pull request #363 from osch/version-definegaryscavone
2022-12-09github: install regular g++Rosen Penev
2022-11-14workaround: check if callback is null before use on macosmarty1885
2022-10-17clamp values when converting from floatsAsapha
2022-09-15Add vcpkg installation instructionsMonica
2022-09-13RtApiAlsa: fix device with same "pretty name" not added to device listLPC
2022-08-03Merge pull request #366 from luzpaz/typosgaryscavone
2022-08-02Fix source typo in contrib/go/rtaudio/rtaudio.goluz paz
2022-08-02Fix various typosluz paz
2022-07-22CoreAudio: Fix regression in #322: userBuffer initMarcus Tomlinson
2022-07-22Version number parts as numeric defines to let other code useosch
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-03Fixed small typo in install.txt.garyscavone