Created
May 6, 2020 20:01
-
-
Save jacobpretorius/2f97497e6be4114576009be2d3bdd1a0 to your computer and use it in GitHub Desktop.
FlexAsio low latency setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend = "Windows WASAPI" # Place in C:/Users/Username/ | |
bufferSizeSamples = 12 | |
[input] | |
device = "Microphone (Scarlett Solo USB)" | |
suggestedLatencySeconds = 0.0 | |
wasapiExclusiveMode = true | |
[output] | |
device = "Speakers (3- JDS Labs DAC)" | |
suggestedLatencySeconds = 0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment