mdias/rs_asio

Focusrite Scarlett 2i4 gen1

hideki2 opened this issue · 1 comments

Just reporting back. The interface works great. It has the issue where only the ASIO buffer sizes of 48, 96 or 192 work without any sound distortion. Thank you for the great work. I am attaching the ini file with the guitar connected to the nr 1 (left) input.

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1
EnableWasapi=0

[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=driver
CustomBufferSize=0

[Asio.Output]
Driver=Focusrite USB ASIO
BaseChannel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver=Focusrite USB ASIO
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.1]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

mdias commented

Thank you for reporting. I've added a link from that interface to this post 👍