how to configure qjackctl for Jamulus output #3385
Replies: 8 comments 2 replies
-
While Jamulus is running, open a terminal and type these commands
Basically you need to determine what jack ports your headphone use, then connect jamulus ports to those. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Unfortunately, too late for the scheduled jam session today. I
expect to get a rpi4B and a hifiberry sound card which I've used in the
past before the next scheduled jam. Shouldn't these instructions be
somewhere on the Jamulus site?
…On Mon, Sep 30, 2024 at 1:09 PM rdica ***@***.***> wrote:
While Jamulus is running, open a terminal and type these commands jack_lsp
system and jack_lsp -c.
Please paste the output of both commands. Your output should similar to
the following:
***@***.***: jack_lsp system
system:capture_1
system:capture_2
system:capture_3
system:capture_4
system:playback_1
system:playback_2
system:playback_3
system:playback_4
Basically you need to determine what jack ports your headphone use, then
connect jamulus ports to those.
In my configuration, headphones are system:playback_3 and
system:playback_4 , and Jamulus ports Jamulus:output-left and
Jamulus:output-right are connected to those ports.
—
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUZWNTELTOHKJUI6RLOV6LZZGAUXAVCNFSM6AAAAABPBALUBSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBQGA3DSNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
host~> jack_lsp system
system:capture_1
host:~> jack_lsp -c
system:capture_1
Jamulus:input left
Jamulus:input left
system:capture_1
Jamulus:input right
Jamulus:output left
Jamulus:output rig
…On Mon, Sep 30, 2024 at 1:09 PM rdica ***@***.***> wrote:
While Jamulus is running, open a terminal and type these commands jack_lsp
system and jack_lsp -c.
Please paste the output of both commands. Your output should similar to
the following:
***@***.***: jack_lsp system
system:capture_1
system:capture_2
system:capture_3
system:capture_4
system:playback_1
system:playback_2
system:playback_3
system:playback_4
Basically you need to determine what jack ports your headphone use, then
connect jamulus ports to those.
In my configuration, headphones are system:playback_3 and
system:playback_4 , and Jamulus ports Jamulus:output-left and
Jamulus:output-right are connected to those ports.
—
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUZWNTELTOHKJUI6RLOV6LZZGAUXAVCNFSM6AAAAABPBALUBSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBQGA3DSNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
You don't appear to have any system:playback ports. Those are required in order for jack to route audio to speakers or headphones. |
Beta Was this translation helpful? Give feedback.
-
It's a Lenovo X220 ThinkPad. I'm using a USB microphone (which qjackctl
recognizes) and wired headphones through the earphone port on the side.
The headphone works for conventional sources such as YouTube. Running
Linux MInt 21.3.
…On Tue, Oct 1, 2024 at 12:11 PM rdica ***@***.***> wrote:
You don't appear to have any system:playback ports. Those are required in
order for jack to route audio to speakers or headphones.
Can you detail your OS, and audio hardware?
—
Reply to this email directly, view it on GitHub
<#3385 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUZWNW7CV5TUMHKVK42673ZZLCS7AVCNFSM6AAAAABPBALUBSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBRGEYDSMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I'm using the built-in sound. The USB microphone is correctly recognized by qjackctl and Jamulus. It could be that this arrangement isn't workable for Jamulus. This system was being used because my rpi system stopped working and I haven't received replacements yet. |
Beta Was this translation helpful? Give feedback.
-
Your mention of "The USB microphone is correctly recognized by qjackctl and Jamulus" tells me that jack is not configured to use your laptop soundcard due to the lack of In qjackctl Settings, Advanced, you can set individual Output and Input devices. Try setting Output device to your laptop soundcard. Input is likely already using your mic device. If this works you should then see |
Beta Was this translation helpful? Give feedback.
-
Yes, without the USB mic plugged in, jack_dsp system is showing capture AND
playback ports. But I'm going to close this thread. Thanks for your help
but I only wanted to use this laptop temporarily (until I can restore the
rpi system that I used for years). It seems too complicated to use this
laptop and a USB mic for Jamulus.
…On Tue, Oct 1, 2024 at 7:11 PM rdica ***@***.***> wrote:
A quick google search of "usb mic jackd" seems to indicate you may have to
set up pulseaudio-to-jack bridge and pipe the mic input from pulse out to
jamulus in. This also requires that jack is configured to use your laptop
soundcard device, not the microphone.
—
Reply to this email directly, view it on GitHub
<#3385 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUZWNRPH2CF2QHC26RCMULZZMTZTAVCNFSM6AAAAABPBALUBSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBRGQZTMNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I'm running Jamulus on Linux using a "snoball" USB microphone, which I can configure qjackctl to access. But I'm not getting any Jamulus sound through the earphones. Other apps work OK through the earphones. How do I configure qjackctl to direct Jamulus-generated sound to the headphones?
Beta Was this translation helpful? Give feedback.
All reactions