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

Working : JackRouter #303

Closed
jbarrett opened this issue Aug 26, 2022 · 1 comment
Closed

Working : JackRouter #303

jbarrett opened this issue Aug 26, 2022 · 1 comment

Comments

@jbarrett
Copy link

Many thanks for this project - it's fantastic!

I use a M-Audio interface, though I have a bit of a noisy setup - lots of electrical interference. I decided to try Jack's ASIO driver (JackRouter) and qjackctl to route audio through the Carla VST host + an equaliser VST acting as a high-pass filter to bring down some of the noise around 50Hz.

Everything inserted between the application and audio interface is going to increase latency, but this is a highly flexible setup and changing the routing graph in QjackCtl/Carla worked in real time. This may also be an option for interfaces which do not work properly when configured directly.

While the config will differ depending on your jack setup, I have included it below for the record, alongside a screenshot of a working routing graph in jack.

Cheers!

[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=M-Audio M-Track Solo and Duo ASIO
Driver=JackRouter
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver=
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.1]
;Driver=M-Audio M-Track Solo and Duo ASIO
Driver=JackRouter
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.Mic]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

image

@mdias
Copy link
Owner

mdias commented Sep 24, 2022

Thank you for the report and sorry it took me so long to reply.
I've added this driver to the compatibility list 👍

@mdias mdias closed this as completed Sep 24, 2022
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