-
Notifications
You must be signed in to change notification settings - Fork 104
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
[BUG?] App's Audio input selector doesn't change the capture audio input #177
Comments
I can at least say that it does not recognize any of my output channels, making the whole app completely broken basically. |
Do you have pulseaudio or pipewire installed? |
pctl info says "Server Name: PulseAudio (on PipeWire 1.0.7)". |
Try running it from the terminal with |
There's no output other than this one which appeared after a few seconds of idling: |
Hello! Could you please also specify with Linux distribution (and version thereof) you are using? Regards |
I have tested in a recent Archlinux build both inside Flatpak and outside Flatpak. Outside Flatpak the source input change feature works normally. Inside Flatpak the devices are correctly listed but the source input change feature is effectively inoperant. More specifically, the This looks like a regression somewhere in the ALSA wrapper/PulseAudio/PipeWire/Flatpak chain, hard to tell where. |
As stated here I'm currently on Bazzite, before that I was on Nobara. Both had the same issue. |
According to the systemd log (
Also there is some documentation here: https://docs.pipewire.org/page_access.html + https://docs.pipewire.org/page_module_access.html |
…hub.marinm.songrec.json file to address issue #177 eventually (see https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4326)
…l to allow switching to monitor mode on recent pipewire-pulse-based setups (see marin-m/SongRec#177)
After taking advice at https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4326 it seems that adding the The fix has been released and pushed to Flathub so I'm closing the issue |
Version 0.4.2
on Flatpak
Using pipewire 0.3.48 (+patches)
Hello,
I noticed when i check Recognize from my speakers the volume meter continued to reflect the volume of my microphone.
When I check from
pavucontrol
it showed that the app was actually continuing to capture from the mic.I changed it to the Monitor of my headphones in
pavucontrol
, now it recognizes normally & the volume meter reflects the speaker volumes.Is this still a current issue or is it fixed and i'm somehow out of date?
The text was updated successfully, but these errors were encountered: