[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using Pipewire for PulseAudio and JACK in Guix
From: |
Noé Lopez |
Subject: |
Re: Using Pipewire for PulseAudio and JACK in Guix |
Date: |
Fri, 01 Nov 2024 14:11:08 +0100 |
Hi,
I don’t really understand the problematics of your issue, but in my
config I just delete pulseaudio from %desktop-services and add pipewire
in my home-services.
pw-jack and pulseaudio apps work fine for me this way.
config.scm:
(modify-services %desktop-services
(delete pulseaudio-service-type)
(delete alsa-service-type))
home-configuration.scm:
(service home-pipewire-service-type)
Specifically, I don’t understand why you try to start jackd through
pw-jack, you just need to start your app directly like the example in
the manual:
pw-jack mpv -ao=jack sound-file.wav
In hope that helps,
Noé
- Re: Using Pipewire for PulseAudio and JACK in Guix, Ricardo Wurmus, 2024/11/01
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya Ranjan, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Kaelyn, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Ricardo Wurmus, 2024/11/02
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya Ranjan, 2024/11/03
- Re: Using Pipewire for PulseAudio and JACK in Guix, Ricardo Wurmus, 2024/11/03
- Re: Using Pipewire for PulseAudio and JACK in Guix, divya, 2024/11/13
- Re: Using Pipewire for PulseAudio and JACK in Guix, Divya Ranjan, 2024/11/22
- Re: Using Pipewire for PulseAudio and JACK in Guix,
Noé Lopez <=