Skip to content

Instantly share code, notes, and snippets.

@jacobpretorius
Created May 6, 2020 20:01
Show Gist options
  • Save jacobpretorius/2f97497e6be4114576009be2d3bdd1a0 to your computer and use it in GitHub Desktop.
Save jacobpretorius/2f97497e6be4114576009be2d3bdd1a0 to your computer and use it in GitHub Desktop.
FlexAsio low latency setup
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