-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
Works great, here is the 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=128
[Asio.Output]
Driver=Audient USB Audio ASIO Driver
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
[Asio.Input.0]
Driver=Audient USB Audio ASIO Driver
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
[Asio.Input.1]
Driver=Audient USB Audio ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
[Asio.Input.Mic]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
Current config is for Analogue 1 channel as input and DAW 1+2 as output, here are the other options you can use:
Input
Under [Asio.Input.0] or [Asio.Input.1] set BaseChannel= to:
0 - Analogue 1 (Instrumental level in front port, line level in rear port)
1 - Analogue 2 (Only line level input)
-- You probably won't need the rest --
2 - SPDIF-1/ADAT-1
3 - SPDIF-2/ADAT-2
4 - ADAT-3
5 - ADAT-4
6 - ADAT-5
7 - ADAT-6
8 - ADAT-7
9 - ADAT-8
10 - Loopback-1 (Left)
11 - Loopback-2 (Right)
Output
Under [Asio.Output] set BaseChannel= to:
0 - DAW 1+2 (Default are main speakers)
2 - DAW 3+4 (Default are alt speakers)
4 - DAW 5+6 (Default are headphones)
Metadata
Metadata
Assignees
Labels
No labels