# ASIO in Audacity

{% hint style="info" %}
ASIO recently got open sourced. It will be natively supported in a future version. In the meantime, a version of Audacity 3.7.5 with ASIO enabled can be downloaded here: <https://github.com/LeoWattenberg/audacity/releases/tag/asio>
{% endhint %}

Audacity can record and playback audio on your Windows PC using one of the following three alternative interfaces:

* MME
* Windows DirectSound
* Windows WASAPI

ASIO (Audio Stream Input / Output) is an additional proprietary interface to record and playback audio in Microsoft Windows.  ASIO bypasses the Windows audio mixing components to provide lower latency direct communication between computer audio software and hardware.  Most audio recording interfaces manufacturers provide a driver to support ASIO.

* ASIO supports 24-bit sampling which is only otherwise available using [Windows WASAPI](https://docs.microsoft.com/en-us/windows/win32/coreaudio/wasapi?redirectedfrom=MSDN) or WDM-KS (Windows Driver Model Kernel Streaming). 24-bit sampling allows greater dynamic range, lower theoretical [noise floor](https://manual.audacityteam.org/man/glossary.html#noise_floor) and greater resolution at lower audible volumes.
* An unmixed ASIO output is "bit identical" to the original source.
* Multiple physical input and output channels of the hardware are accessed over one single device.

Windows [DirectSound](http://en.wikipedia.org/wiki/DirectSound) interface protocol support multi-channel recording on some sound devices, but not the very low latencies that are possible on ASIO.

<https://manual.audacityteam.org/man/asio_audio_interface.html>

* [ ] <https://gist.github.com/SteveALee/da24c2be633340b8791066dd98eb5d0b>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.audacityteam.org/community/contributing/tutorials/todo/asio-in-audacity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
