alir.io is a lightweight plugin designed to natively integrate ASIO hardware into OBS Studio for clean, multi-channel audio capture and low-latency direct monitoring.
-
ASIO Input Source: Capture direct audio from your ASIO interface into OBS.
-
ASIO Output Filter: Dedicated direct monitoring. Route your ASIO input sources straight back to your ASIO hardware with low latency.
-
Multi-channel Support: Works with Mono, Stereo, and complex surround setups (up to 7.1).
Windows :
- Installer (Recommended): Just grab the latest
.exeinstaller from the Releases page. Run it, restart OBS Studio, and you're done. - Manual (.zip): Download the
*-Portable.zipversion, extract it, and drop thedataandobs-pluginsfolders directly into your OBS Studio installation directory (usuallyC:\Program Files\obs-studio). Restart OBS.
Once installed, you'll find the new ASIO options waiting for you in your Sources and Audio Filters menus.
OBS v31.1.1 or higher (Windows x64)
Building the project is fully automated using CMake Presets. Dependencies (Qt6, OBS Studio SDK, ASIO SDK) are fetched automatically.
Prerequisites :
- Visual Studio 2022 (with Desktop development with C++ workload)
- CMake 3.28+
- Inno Setup 6 (Only required for building the
.exeinstaller)
Build Instructions (Windows x64):
# 1. Configure the project and download all dependencies
cmake --preset windows-x64
# 2. Compile the plugin
cmake --build --preset windows-x64
# 3. Create local installation (output goes to /release folder)
cmake --install build_x64 --prefix release --config RelWithDebInfo
# 4. Generate the installer (.exe)
cmake --build --preset windows-x64 --target packageA special thanks to the obs-asio project by Andersama. Their foundational work in bringing ASIO support to OBS Studio served as a major inspiration for the development of alir.io.
This project is licensed under the GPL-3.0 License.
ASIO is a registered trademark of Steinberg Media Technologies GmbH.
For more information regarding the ASIO SDK, please visit the Steinberg Developer Portal.
Keep my throat from getting scratchy:D
