Asio: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:




Around PC music production, [[Electronic_music_-_notes_on_audio_APIs#Windows_APIs|ASIO is a streaming-audio API]], made for windows, made to be low-latency and separate from windows's own output.
Around '''PC music production''', '''[[Electronic_music_-_notes_on_audio_APIs#Windows_APIs|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 [https://www.boost.org/doc/libs/1_84_0/doc/html/boost_asio.html Boost.Asio]
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 [https://www.boost.org/doc/libs/1_84_0/doc/html/boost_asio.html Boost.Asio]

Revision as of 17:46, 15 April 2024


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