Opened 4 years ago
Last modified 4 years ago
#1274 assigned task
sound sink option
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | future |
Component: | platforms | Version: | trunk |
Keywords: | pulseaudio | Cc: |
Description (last modified by )
Instead of using the XPRA_SOUND_SINK="autoaudiosink" xpra attach ..
, it would be nice to have a command line switch + config option instead. That way we could use "auto" on problematic platforms like Debian Wheezy, which helps for #1275.
Change History (3)
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 4 years ago by
comment:3 Changed 4 years ago by
Milestone: | 1.0 → future |
---|
Also probably makes sense to be able to specify which device to use at the same time, something like: --sound-source=pulse:device=Built-in Audio Analog Stereo
and --sound-monitor=pulse:device=Monitor of Built-in Audio Analog Stereo
.
Note: See
TracTickets for help on using
tickets.
For now, we check harder that pulseaudio is running before trying to use "pulsesink", if it isn't we'll use "autoaudiosink".