summaryrefslogtreecommitdiff
path: root/RtAudio.h
AgeCommit message (Expand)Author
2019-08-27No exception updates for Jack API.Gary Scavone
2019-08-22Added errorCallback function argument to RtAudio constructor. Updated documen...Gary Scavone
2019-07-30Removed RtAudioError class and created a new enum for error types. Only imple...Gary Scavone
2019-07-30Added new setErrorCallback() function and removed errorCallback argument in o...Gary Scavone
2019-04-19Minor text formatting issues.Gary Scavone
2019-04-19More updates for sample rate changes, plus added support to get current syste...Gary Scavone
2019-04-19Almost complete removal of exceptions for RtApiCore, plus an update for chang...Gary 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-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
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
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
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 th...yedey
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 oc...Gary Scavone
2014-04-02Various WASAPI-related changes.Gary Scavone
2014-04-01Added Wasapi code (though untested); Updates for better data format support i...Gary Scavone
2014-01-06Updates to OS-X sample rate querying, other small changes suggested by Martin...Gary Scavone
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