Skip to content

feature: allow to disable the call to jack_connect #1127

@ycollet

Description

@ycollet

I use Audacity / Jack on Fedora via the portaudio driver.
I am not able to deactivate the auto-connexion from Jack (performed via jack_connect).

I was wondering if it was possible to disable the call to jack_connect here:

if( stream->num_incoming_connections > 0 )

via an environment variable ?

And via such a call:

PA_DISABLE_JACK_CONNECT=1 audacity

The automatic connections will be disabled ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions