mdias/rs_asio

Audient ID4 Confirmation

halilkhrmn opened this issue ยท 9 comments

Audient id4 works well with rs_asio.
Product page : https://audient.com/products/audio-interfaces/id4/overview/
Config and log files : rs_asio_id4.zip

mdias commented

Thank you for the confirmation. I've linked the entry on the list to this issue. ๐Ÿ‘

I did notice you're using a 512 sample buffer size for your input. Since your config is set to use the driver preference, you can use your interface's control panel to decrease this in order to achieve better latency.
You should be able to get it to at least 128 without issue, which should get you a 8ms improvement in latency.

Thanks for information. I will look into this. ๐Ÿ‘

L0FKA commented

My iD4 mk2 should be set to second channel input being "input channel=1"

Thank you everyone for your combined efforts, I got it working finally:

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1

[Asio]
BufferSizeMode=driver
CustomBufferSize=

[Asio.Output]
Driver=Audient USB Audio ASIO Driver
BaseChannel=
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.Mic]
Driver=Audient USB Audio ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

I had "CustomBufferSize" at null but 256 has been working great, I am sure it cam go lower.

mdias commented

@alexdmc93 you might be using the wasapi output there, it's unclear since you specify both EnableWasapiOutputs=1 and also the driver on Asio.Output.
Also, you're using the microphone input instead of a normal input, is that intended?

So I am using my Audient ID4 as both Instrument input and headphone output.

I changed EnableWasapiOutputs= to 0 , -1 and "null" and noted no difference but it makes sense now to never enable it.

When I tried using [Asio.Input.0] It would not detect my guitar. Mic is the only way I have been able to get audio from the ID4 front instrument port

mdias commented

@alexdmc93 are you using RTC mode in the game, or microphone mode?
You should be using RTC mode.

Other than that, if you have problems with the output I'll only be able to help if you post your config and log.

why not use ASIOforALL ?