summaryrefslogtreecommitdiff
path: root/RtAudio.cpp
AgeCommit message (Collapse)Author
2019-08-29Added pulse audio fix that was just applied to master.noexceptionsGary Scavone
2019-08-27CoreAudio fix for deprecated behaviour in stopping and starting stream, ↵Gary Scavone
which allows multiple instances of RtAudio accessing the same device.
2019-08-27No exception updates for Jack API.Gary Scavone
2019-08-22Modified CoreAudio cleanup in case of error during initialization, fixed ↵Gary Scavone
duplex streamtime bug for single device in CoreAudio, updated playsaw.cpp with interrupt handler instead of cin.get() function.
2019-08-22Added errorCallback function argument to RtAudio constructor. Updated ↵Gary Scavone
documentation and removed commented-out RtAudioError class. Updated playsaw.cpp to test errorCallback constructor argument.
2019-07-30Removed RtAudioError class and created a new enum for error types. Only ↵Gary Scavone
implemented for RtApiCore and RtApiDummy, not rtaudio_c.
2019-07-30Added new setErrorCallback() function and removed errorCallback argument in ↵Gary Scavone
openStream(). Also added RtAudioError::Type return value to openStream(), startStream(), stopStream() and abortStream() functions, but only implemented in RtApiCore.
2019-04-19Minor text formatting issues.Gary Scavone
2019-04-19Move input user buffer clearing to startStream().Gary Scavone
2019-04-19Added clearing of input user buffer in stopStream for OS-X, in case stream ↵Gary Scavone
is restarted.
2019-04-19Bug fix for previous bug fix for duplex stream time ticking.Gary Scavone
2019-04-19Bug fix for double stream time ticking in OS-X if duplex stream with two ↵Gary Scavone
different devices.
2019-04-19Updates to playsaw.cpp and testall.cpp for new behaviourGary Scavone
2019-04-19Simplified error() function, removing exception throwing.Gary Scavone
2019-04-19More updates for sample rate changes, plus added support to get current ↵Gary Scavone
system rate (OS-X only).
2019-04-19Almost complete removal of exceptions for RtApiCore, plus an update for ↵Gary Scavone
changing the sample rate.
2019-04-19Another temp commitGary Scavone
2019-04-19Some initial changesGary Scavone
2019-04-17Documentation and version updates before release 5.1.0Gary Scavone
2019-04-17Added github URL to headers.Gary Scavone
2019-04-16Bug fix for stream ticking in OS-X if using two different devices.Gary Scavone
2019-02-25WASAPI : Ring buffer in/out index fixMarcus Tomlinson
2019-02-25WASAPI : Call tickStreamTime() only once per callbackMarcus Tomlinson
2019-02-13Merge pull request #185 from jleben/fix-alsa-get-device-count-errorgaryscavone
Alsa API: Fix use of invalid card handle
2019-02-12Alsa API: Fix use of invalid card handleJakob Leben
2019-01-27WASAPI : Fixed issue where latency was introduced on stream stop / startMarcus Tomlinson
2019-01-27WASAPI : Removed unnecessary latency in I/O ring buffersMarcus Tomlinson
2019-01-27WASAPI: calloc stream buffers to ensure unused channels are left silentMarcus Tomlinson
2019-01-24Fix warning about casting result of GetProcAddress.Stephen Sinclair
2018-12-29Update lastTickTimestamp in startStream.Stephen Sinclair
Fixes #144.
2018-12-14#170 : Insert missing render memcpy when !doConvertBuffer in WASAPIMarcus Tomlinson
2018-12-13#170 : Enable WASAPI doConvertBuffer when userInterleaved is enabledMarcus Tomlinson
2018-12-13#172 : Fix hang in closing logic of wasapiThread()Marcus Tomlinson
2018-11-02Fix potential memory leakMarcus Tomlinson
2018-11-02Allow loopback without having to define output parametersMarcus Tomlinson
2018-10-30Add loopback support to WASAPIMarcus Tomlinson
2018-10-16Merge remote-tracking branch 'upstream/pr/141'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/154'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/139'Stephen Sinclair
2018-09-28More fixes to MinGW buildMarcus Tomlinson
2018-09-28More fixesMarcus Tomlinson
2018-09-28Fix mingw32 WASAPI buildMarcus Tomlinson
2018-08-25Add missing apostrophe and parenthesesRyan Schmidt
And capitalize and add a period at the end of the next sentence.
2018-08-25Change "eg." to "e.g."Ryan Schmidt
2018-08-25Change "eg:" to "e.g."Ryan Schmidt
2018-08-22Move stream_.state update to the end of wasapiThread()Marcus Tomlinson
2018-08-22Fix conversion between different format types in resamplerMarcus Tomlinson
2018-08-22Only autolink on VSMarcus Tomlinson
2018-08-22Case sensitive header perhaps?Marcus Tomlinson