Audio stream input output
From Wikipedia, the free encyclopedia
ASIO (Audio Stream Input Output) is a protocol for low-latency digital audio specified by Steinberg.
ASIO provides an interface between an application and the sound card. Whereas Microsoft's DirectSound is typically for stereo input and output for consumers, ASIO provides for the needs of musicians and sound engineers. ASIO offers a relatively simple way of accessing multiple audio inputs and outputs independently. It also provides for the synchronization of input with output in a way that is not possible with DirectSound, allowing recording studios to process their audio via software on the computer instead of using thousands of dollars worth of separate equipment. Its main strength relies in its method of bypassing the inherently high latency of operating system audio mixing kernels, allowing direct, high speed communication with audio hardware.
[edit] External links
- ASIO SDK
- asio4all - a free driver for Windows that brings ASIO support to users of virtually all consumer-grade soundcards
- ASIOTestSigGen - a simple, free Audio Test Signal Generator utility to test ASIO setups
- The kX Project - third party WDM audio drivers for EMU10K1 and EMU10K2-based sound cards (ie. SoundBlaster Live or SoundBlaster Audigy 1/2 cards)