mdias/rs_asio

Sound Blaster Z Working

hardwire666 opened this issue · 1 comments

I'm using a Sound Blaster Z PCIE working just fine. I wasn't sure on how to submit a working config. I have the ASIO latency set in the driver to 2ms and it works just fine. CPU is a 3950x and 32GB of Ram. results may vary as always.

Here is the RS_ASIO.ini
[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= Creative SBZ Series ASIO Device
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver= Creative SBZ Series ASIO Device
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 it to the list 👍