-
Notifications
You must be signed in to change notification settings - Fork 239
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
[PulseAudio] Chrome/Chromium doesn't work correctly with the plugin #29
Comments
I've stumbled across a solution for this here Running:
Creates an input source that I can just select in programs (instead of forcing it on them with Side note 2: I had no problem forcing the monitor on chromium with |
Thanks for letting me know! |
graph-inc
pushed a commit
to graph-inc/xpra
that referenced
this issue
Sep 11, 2023
Applications like Chrome and Chromium do not accept to record from a monitor device, like "Monitor of Xpra Microphone" device, as reported at Xpra-org#1221 or werman/noise-suppression-for-voice#29 and so they report that no microphone is connected. A remapped device resolves this issue by creating a normal (non-monitor) source device. The name of the remapped device is **Xpra-Mic-Source** and not **Xpra-Microphone-Source** because the `get_pulse_device` function from the `xpra/audio/gstreamer_util.py` file expects to find exactly one sink device match when looking after the **Xpra-Microphone** name.
totaam
pushed a commit
to Xpra-org/xpra
that referenced
this issue
Sep 11, 2023
Applications like Chrome and Chromium do not accept to record from a monitor device, like "Monitor of Xpra Microphone" device, as reported at #1221 or werman/noise-suppression-for-voice#29 and so they report that no microphone is connected. A remapped device resolves this issue by creating a normal (non-monitor) source device. The name of the remapped device is **Xpra-Mic-Source** and not **Xpra-Microphone-Source** because the `get_pulse_device` function from the `xpra/audio/gstreamer_util.py` file expects to find exactly one sink device match when looking after the **Xpra-Microphone** name.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is observed that Chrome/Chromium doesn't work correctly with the monitor of null sink we create, not only it doesn't use it - it doesn't use the raw output of the mic.
Also see https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/120
The text was updated successfully, but these errors were encountered: