Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Xpra-Mic-Source pulseaudio remapped source for Chromium
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.
- Loading branch information