Asio

From Helpful
Revision as of 17:46, 15 April 2024 by Helpful (talk | contribs)
Jump to navigation Jump to search


Around PC music production, ASIO is a streaming-audio API, made for windows, made to be low-latency and separate from windows's own output.


Around programming, asio (or other abbreviations like asyncio) can refer to asynchronous IO, possibly specific async execution models (that include async IO because it has to address that), e.g. libraries such as Boost.Asio