summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-03A few documentation updatesgaryscavone
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-01Small updates to README.md.garyscavone
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-06-30Updated doxygen documentation for the new device selection API changes, as we...Gary Scavone
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-04-19Merge pull request #350 from holoplot/fix-cmake-alsagaryscavone
2022-04-19Updated documentation regarding streamName.Gary Scavone
2022-04-13Fix library path variable for cmake FindALSADan Grahelj
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-16Update in header file about no floating-point range checking.Gary Scavone
2022-03-16Documentation / tutorial updates.Gary Scavone
2022-03-16Merge pull request #344 from SamRH/bugfix/jack_audio_port_namesgaryscavone
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-08Fixes in RtAudio.h for function declarations in DS and WASAPI.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-03Asio bug fix in RtAudio.h (untested).Gary Scavone
2022-01-03First commit of Asio updates for new device selection (untested).Gary Scavone
2022-01-01A few Windows DS API fixes (untested).Gary Scavone
2022-01-01Initial updates for Windows DS API (untested).Gary Scavone
2022-01-01A few more OSS code fixes.Gary Scavone
2022-01-01Miscellaneous OSS code fixes.Gary Scavone
2021-12-31OSS updates for new API but could not test compile yet.Gary Scavone
2021-12-21New device query/selection updates for Pulse API.Gary Scavone
2021-12-21Update to audioprobe.cpp to use single instance in repeated probes, fix in Co...Gary Scavone
2021-12-13Implemented new device enumeration for the ALSA API.Gary Scavone
2021-12-09API changes for new device selection/enumeration scheme, implemented only for...Gary Scavone
2021-11-18Misc. updates to APIs other than CoreAudio and Jack to conform with noexcepti...Gary Scavone
2021-11-18Wasapi fixes for new noexception behaviour.Gary Scavone
2021-11-18Merge pull request #322 from thestk/noexceptionsgaryscavone
2021-11-18Merge branch 'master' into noexceptionsgaryscavone
2021-11-16Version update for meson.build.Stephen Sinclair