Audio Stream Input/Output: Difference between revisions
→Operating systems: Link to wineasio on Ubuntu Wiki |
→External links: Categorise links a bit |
||
Line 14: | Line 14: | ||
== External links == |
== External links == |
||
===Development=== |
|||
{{linkfarm}} |
|||
* [http://www.steinberg.de/324_1.html ASIO SDK] |
* [http://www.steinberg.de/324_1.html ASIO SDK] |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
===WDM to ASIO Drivers=== |
|||
* [http://www.asio4all.com/ ASIO4ALL] — a free universal ASIO driver for Windows that brings ASIO support to users of virtually all consumer-grade soundcards and integrated audio chipsets. It also supports semi-pro and pro digital audio systems. |
* [http://www.asio4all.com/ ASIO4ALL] — a free universal ASIO driver for Windows that brings ASIO support to users of virtually all consumer-grade soundcards and integrated audio chipsets. It also supports semi-pro and pro digital audio systems. |
||
⚫ | |||
* [http://www.asio2ks.de/ ASIO2KS] — yet another free universal ASIO driver for Windows. Project appears to have been abandoned. |
* [http://www.asio2ks.de/ ASIO2KS] — yet another free universal ASIO driver for Windows. Project appears to have been abandoned. |
||
===Utilities and Plugins=== |
|||
* [http://www.TropicalCoder.com/ASIOTestSigGen.htm ASIOTestSigGen] — a simple, free Audio Test Signal Generator utility to test ASIO setups |
* [http://www.TropicalCoder.com/ASIOTestSigGen.htm ASIOTestSigGen] — a simple, free Audio Test Signal Generator utility to test ASIO setups |
||
⚫ | |||
* [http://www.TropicalCoder.com/MStreamPlayer.htm MultiStream ASIO Player] — a free MP3 Player for ASIO with built-in test signal generator |
* [http://www.TropicalCoder.com/MStreamPlayer.htm MultiStream ASIO Player] — a free MP3 Player for ASIO with built-in test signal generator |
||
⚫ | |||
* [http://www.jrmediacenter.com http://www.jrmediacenter.com] — J. River Media Center natively supports playback where ASIO compliant hardware is present. |
* [http://www.jrmediacenter.com http://www.jrmediacenter.com] — J. River Media Center natively supports playback where ASIO compliant hardware is present. |
||
⚫ | |||
* [http://support.xmplay.com/file_comment.php?id=549 XMPlay plug-in] — ASIO output plug-in for [[XMPlay]] |
* [http://support.xmplay.com/file_comment.php?id=549 XMPlay plug-in] — ASIO output plug-in for [[XMPlay]] |
||
* [http://foobar2000.org/components/index.html foobar2000 plug-in] — ASIO output plug-in for [[foobar2000]] |
* [http://foobar2000.org/components/index.html foobar2000 plug-in] — ASIO output plug-in for [[foobar2000]] |
||
⚫ | |||
* [http://wiki.jacklab.net/index.php?title=Slides_wineasio&redirect=no Information regarding wineasio] - from the JackLab user's wiki |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
[[Category:Application programming interfaces]] |
[[Category:Application programming interfaces]] |
Revision as of 19:40, 10 April 2010
This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (November 2009) |
Audio Stream Input/Output (ASIO) is a computer soundcard driver protocol for digital audio specified by Steinberg, providing a low-latency and high fidelity interface between a software application and a computer's sound card. Whereas Microsoft’s DirectSound is commonly used as a stereo input and output for non-professional users, ASIO allows musicians and sound engineers to process their audio via Windows computer software instead of external hardware.
Overview
ASIO bypasses the normal audio path from the user application through layers of intermediary Windows operating system software, so that the application connects directly to the soundcard hardware. Each layer that is bypassed means a reduction in latency, the delay between an application sending audio information and it being reproduced by the soundcard, or input signals from the soundcard being available to the application. In this way ASIO offers a relatively simple way of accessing multiple audio inputs and outputs independently. Its main strength lies in its method of bypassing the inherently high latency of Windows audio mixing kernels (KMixer), allowing direct, high speed communication with audio hardware. Unlike KMixer, an unmixed ASIO output is "bit identical", that is, the bits sent to the soundcard are identical to those of the original source, thus having higher audio fidelity.
Operating systems
Interface support is normally restricted to Microsoft Windows, since other operating systems (e.g. Apple's Mac OS X or Linux) do not have such mixer latency problems (see Core Audio and ALSA). In Windows Vista, KMixer has been removed and replaced by a new WaveRT port driver. WaveRT cannot provide synchronized audio to multiple devices and does not support external clocks.[1]
As of 2007 there is also an experimental ASIO driver for Wine, a Windows layer for Linux. This wineasio driver uses the JACK sound server as its audio back-end and allows many ASIO-aware applications to run with low-latency under WINE.
References
External links
Development
- ASIO SDK
- USBPAL — USB ASIO and third party WDM multi-channel professional audio drivers and hardware DDK
- Juce — an open-source c++ toolkit that includes support for ASIO audio devices
- Portaudio — an open-source c library for audio I/O that includes ASIO support
- ASIO.NET — Low latency audio using ASIO drivers in Microsoft .NET.
- JAsioHost - Low latency audio using ASIO drivers in Java.
WDM to ASIO Drivers
- ASIO4ALL — a free universal ASIO driver for Windows that brings ASIO support to users of virtually all consumer-grade soundcards and integrated audio chipsets. It also supports semi-pro and pro digital audio systems.
- The kX Project — third party WDM audio drivers for EMU10K1 and EMU10K2-based sound cards (SoundBlaster Live! and SoundBlaster Audigy 1/2/4 cards)
- ASIO2KS — yet another free universal ASIO driver for Windows. Project appears to have been abandoned.
Utilities and Plugins
- ASIOTestSigGen — a simple, free Audio Test Signal Generator utility to test ASIO setups
- MultiStream ASIO Player — a free MP3 Player for ASIO with built-in test signal generator
- http://www.jrmediacenter.com — J. River Media Center natively supports playback where ASIO compliant hardware is present.
- Template:Ja iconWinamp plug-in — open-source ASIO output plug-in for Winamp.
- XMPlay plug-in — ASIO output plug-in for XMPlay
- foobar2000 plug-in — ASIO output plug-in for foobar2000