summaryrefslogtreecommitdiff
path: root/RtAudio.h
AgeCommit message (Collapse)Author
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
2013-12-27An update to RtAudio.h for the new RtAudioError class.Gary Scavone
2013-12-27Renamed RtError class to RtAudioError and embedded it in RtAudio.h.Gary Scavone
Deleted RtError.h from distribution and renamed all references to RtError in the documentation, test files, and Windows .dsp files. The version number was incremented to 4.1.0 in anticipation of the next release, as this change affects the API.
2013-10-11A few more updates, including new ASIO files (GS).Gary Scavone
2013-10-11Various updates for pulse audio, preparation for release 4.0.12, error ↵Gary Scavone
callback addition (GS).
2013-10-11Updates for SCHED_RR in ALSA API, plus support in configure for powerpc64 (gs).Gary Scavone
2013-10-11Various changes for true 24-bit support, changes regarding Jack get_latency, ↵Gary Scavone
and Linux ALSA realtime threading (gps).
2013-10-11Mutex removal from several APIs, addition of PulseAudio support, ↵Gary Scavone
documentation updates for 4.0.11 release.
2013-10-11Updates to RtAudio.cpp,h to fix deadlock in stopping stream (Core API). ↵Gary Scavone
Other file updates for upcoming release of version 4.0.11.