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 U-22 works! #179

Closed
D-D-E opened this issue Apr 2, 2021 · 1 comment
Closed

ZOOM U-22 works! #179

D-D-E opened this issue Apr 2, 2021 · 1 comment

Comments

@D-D-E
Copy link

D-D-E commented Apr 2, 2021

Hey! I would like to inform you that ZOOM U-22 works well.
And I want to thank you for your work!

Also attached logs and config:
Logs:

0.410 [INFO]  AsioHelpers::FindDrivers
0.411 [INFO]    ZOOM U-22 ASIO Driver
0.411 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: ZOOM U-22 ASIO Driver
0.411 [INFO]  Creating AsioSharedHost - dll: C:\Program Files (x86)\ZOOM\U-22 Driver\zmu22asio.dll
0.436 [INFO]    ASIO input channels info:
0.437 [INFO]      0 - active: 0, channel: 0, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: In 1
0.437 [INFO]      1 - active: 0, channel: 1, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: In 2
0.437 [INFO]    ASIO output channels info:
0.437 [INFO]      0 - active: 0, channel: 0, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Out 1
0.437 [INFO]      1 - active: 0, channel: 1, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Out 2
0.437 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - OK
0.437 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: ZOOM U-22 ASIO Driver
0.437 [INFO]  RSAsioDeviceEnum::UpdateAvailableDevices - OK

Config:

[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=128

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

[Asio.Input.0]
Driver=ZOOM U-22 ASIO Driver
Channel=0
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
@mdias
Copy link
Owner

mdias commented Apr 2, 2021

Thank you for the report, added to the list 👍

@mdias mdias closed this as completed Apr 2, 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