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

Audient ID4 Confirmation #295

Closed
halilkhrmn opened this issue Aug 3, 2022 · 9 comments
Closed

Audient ID4 Confirmation #295

halilkhrmn opened this issue Aug 3, 2022 · 9 comments

Comments

@halilkhrmn
Copy link

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
Copy link
Owner

mdias commented Aug 4, 2022

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.

@mdias mdias closed this as completed Aug 4, 2022
@halilkhrmn
Copy link
Author

Thanks for information. I will look into this. 👍

@L0FKA
Copy link

L0FKA commented Oct 24, 2022

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

@alexdmc93
Copy link

alexdmc93 commented Aug 6, 2023

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
Copy link
Owner

mdias commented Aug 7, 2023

@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?

@alexdmc93
Copy link

alexdmc93 commented Aug 7, 2023

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
Copy link
Owner

mdias commented Aug 8, 2023

@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.

@alexdelli
Copy link

why not use ASIOforALL ?

@mdias
Copy link
Owner

mdias commented Sep 25, 2023

why not use ASIOforALL ?

https://www.theaudioblog.org/post/should-i-use-asio4all

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

5 participants