Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom H6 works #198

Closed
kriz2 opened this issue Jun 24, 2021 · 1 comment
Closed

Zoom H6 works #198

kriz2 opened this issue Jun 24, 2021 · 1 comment

Comments

@kriz2
Copy link

kriz2 commented Jun 24, 2021

Hi.

I've tested this with my Zoom H6 in multi-channel interface mode and it works well. The only slightly weird thing is that the input numbers on the device doesn't match the ASIO channel numbers. Left is 0 and Right is 1 for attachments, then Input 1 is channel 2, which is the first jack input on the device.

Here is my RS_ASIO.ini file for use with Input 1:

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

[Asio.Output]
Driver=ZOOM H6 ASIO
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver=ZOOM H6 ASIO
Channel=2
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

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

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


Thanks for your work. This patch made Rocksmith much more enjoyable.

@mdias
Copy link
Owner

mdias commented Jun 24, 2021

Thanks for the report, I've added it to the list.

The only slightly weird thing is that the input numbers on the device doesn't match the ASIO channel numbers. Left is 0 and Right is 1 for attachments, then Input 1 is channel 2, which is the first jack input on the device.

This is actually normal. Usually the interface's software start counting channels at 1, while RS ASIO starts counting them at 0.
So the first channel is zero for RS ASIO, and usually the first channel is the left speaker.

@mdias mdias closed this as completed Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants