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