summaryrefslogtreecommitdiff
path: root/RtAudio.h
AgeCommit message (Collapse)Author
2019-08-27No exception updates for Jack API.Gary Scavone
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-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-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-17[doc] callback return value in \return fieldStephen Sinclair
2019-01-24Fix warning re S24 not trivially copyable by removing copy constructor.Stephen Sinclair
2018-12-29Windows: include stdint.h for ThreadHandle.Stephen Sinclair
Fixes #142.
2018-10-30removed getStreamLatency() from derived API classesTaylor Holberton
2018-10-30Change "Direct Sound" to "DirectSound"Ryan Schmidt
2018-10-16Merge remote-tracking branch 'upstream/pr/154'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-08-25Change "eg." to "e.g."Ryan Schmidt
2018-08-22Replace convertBufferWasapi with new WasapiResamplerMarcus Tomlinson
2018-08-11allow to obtain api names regardless of being compiled or notJP Cimalando
2018-08-09Remove the compiledApis vector.Stephen Sinclair
2018-08-09fix the link step on WindowsJP Cimalando
2018-08-08Fix api name functions for C, replace map with array.Stephen Sinclair
2018-08-08reference return for API namesJP Cimalando
2018-08-08Use a map for API namesStephen Sinclair
2018-08-08Use short lower-case names as API identifiersJP Cimalando
2018-05-07API names, and conversion from/to API identifierJP Cimalando
2017-10-10defines for exporting symbols on GCCIOhannes m zmölnig
2017-08-30Version and documentation updates in advance of new release.Gary Scavone
2017-08-24Merge pull request #68 from jpcima/mastergaryscavone
a JACK-specific flag to disable automatic connection of ports
2017-08-22Derive RtAudioError from std::runtime_errorStephen Sinclair
2017-08-22Further fix std::exception noexcept-related compile errorStephen Sinclair
2017-08-22Fix std::exception noexcept-related compile errorStephen Sinclair
2017-08-22Merge pull request #67 from antis81/refactor/cpp0x-compatibilityStephen Sinclair
C++0x compatible exception semantics: remove throw()
2017-08-22Initialized member priority in CallbackInfo constructor.Gary Scavone
2016-08-09refactor: C++0x compatible exception semanticsNils Fenner
2016-07-26a JACK-specific flag to disable automatic connection of portsJP Cimalando
2016-02-11Documentation updates in advance of new releaseGary Scavone
2014-10-06Fixed major ASIO duplex initialization bug. Added "preferredSampleRate" to ↵yedey
the device info.
2014-04-26Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1Gary Scavone
2014-04-15Update for compiling WASAPI on both MinGW and VS.Gary Scavone
2014-04-15Updates to WASAPI API to support MinGW compile.Gary Scavone
2014-04-09Bug fix for DS enumeration when devices are unplugged; bug fix if an error ↵Gary Scavone
occurs when opening a stream after a previous stream was closed; various documentation updates in preparation for release 4.1.0.
2014-04-02Various WASAPI-related changes.Gary Scavone
2014-04-01Added Wasapi code (though untested); Updates for better data format support ↵Gary Scavone
in PulseAudio; Commented-out various unused function arguments in tests/ files.
2014-01-06Updates to OS-X sample rate querying, other small changes suggested by ↵Gary Scavone
Martin Koegler.
2013-12-28A few small memory leak fixes from MKGary Scavone
2013-12-27Hades and Koegler patches for ALSA and general efficiency.Gary Scavone
2013-12-27Modified VERSION name to avoid conflict with gcc 4.8.Gary Scavone
2013-12-27A few more minor updates for the RtAudioError class change.Gary Scavone