mdias/rs_asio

ZOOM U-22 works!

D-D-E opened this issue · 1 comments

D-D-E commented

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 commented

Thank you for the report, added to the list 👍