summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2023-06-15Various ASIO updates. Code to close stream if unplugged or sample rate ↵garyscavone
changed not tested due to lack of hardware.
2022-08-02Fix various typosluz paz
Found via `codespell -q 3 -L buss,inout,inport,pevents,parm,ro`
2021-11-12Added asioinfo.txt to include directory with pointer to ASIO SDK and license ↵Gary Scavone
agreement.
2021-07-08Fix various typosluz paz
Found via `codespell -q 3 -L inout,pevents,parm,priotity`
2021-05-02asiolist.cpp: remove unused variableLeander Schulten
2018-01-02Update ASIO headers to version 2.3.Stephen Sinclair
2017-10-18Remove use of C++11 std::to_string in WASAPI code.Stephen Sinclair
2014-04-15Added include file (FunctionDiscoveryKeys_devpkey.h) needed for MinGW ↵Gary Scavone
compile of WASAPI API.
2013-10-11A few more updates, including new ASIO files (GS).Gary Scavone
2013-10-11Mutex removal from several APIs, addition of PulseAudio support, ↵Gary Scavone
documentation updates for 4.0.11 release.
2013-10-11Various changes in preparation for release 4.0.8Gary Scavone
including fix of MinGW ASIO compile problem (iasiothiscallresolver), OS-X problem handling device names in some languages (CFString conversion), small change to OS-X MUTEX lock location to avoid lockups, and correction to documentation regarding 24-bit data (should be lower 3 bytes, not upper 3 bytes).
2013-10-11Various configure changes for MinGW (gps).Gary Scavone