FlexASIO
FlexASIO copied to clipboard
A flexible universal ASIO driver that uses the PortAudio sound I/O library. Supports WASAPI (shared and exclusive), KS, DirectSound and MME.
This is an attempt to get reliable low-latency performance from FlexASIO, using generic laptop hardware, which will probably be the use case for most people needing to use a universal...
Hello! First I would like to thank you for this superb driver. I find shared mode very useful. Awesome job! I got only one issue to report. After I wake...
Just wondering if this is on your roadmap in developing this tool. I know there is an unofficial program, but it would certainly be great to have a small utility...
Hi, How is it possible to configure a precise list of inputs and outputs for a specific device that has many inputs and outputs? (example: USB audio interface like [this...
ASIO backend
I want to combine a WASAPI input device with an ASIO output device as a single FlexASIO device because most recording & monitoring applications only support opening a single ASIO...
It's a way do make a ASIO stream when u are connected to Bluetooth headset without getting device disconnect issue when u want to turn it off, and have too...
Using FlexASIO 1.6, Pro Tools First 2019.6.0, and the following configuration: ```toml bufferSizeSamples = 1024 [input] device = "" [output] channels = 1 sampleType = "Int24" ``` The audio in...
See the discussion over at PortAudio/portaudio#607. Basically: PortAudio, and especially WASAPI, does not support being called from a different thread than the one that called `Pa_Initialize()`, *even if the calls...
When using FlexASIO 1.6 with the following configuration: ```toml bufferSizeSamples = 2048 ``` Pro Tools First 2019.6.0 hangs on startup (loading screen). A FlexASIO log reveals ongoing streaming (which appears...
A chocolatey package would make it easier to migrate PCs and keep FlexASIO up to date