Skip to content

Instantly share code, notes, and snippets.

@sifiro
Created December 3, 2020 16:07
Show Gist options
  • Save sifiro/f20b399acd651b79659effc7d13d0fec to your computer and use it in GitHub Desktop.
Save sifiro/f20b399acd651b79659effc7d13d0fec to your computer and use it in GitHub Desktop.
[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1
[Asio]
; available buffer size modes:
; driver - respect buffer size setting set in the driver
; host - use a buffer size as close as possible as that requested by the host application
; custom - use the buffer size specified in CustomBufferSize field
BufferSizeMode=custom
CustomBufferSize=192
[Asio.Output]
Driver=WineASIO
BaseChannel=0
EnableSoftwareEndpointVolumeControl=0
EnableSoftwareMasterVolumeControl=0
SoftwareMasterVolumePercent=100
[Asio.Input.0]
Driver=WineASIO
Channel=1
EnableSoftwareEndpointVolumeControl=0
EnableSoftwareMasterVolumeControl=0
SoftwareMasterVolumePercent=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment