New feature: enable change sound device
Bug #1047165 reported by
Marek Tyburec
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cuttlefish |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
As I often change my sound device (eg. connect bluetooth headphones or hdmi cable) I always have to manually change the sound device settings to enable the device I have recetly connected and to turn off the other.
I found that there already is an event "When bluetooth device XY is connected then....", however there is no option to change sound device.
This is only a wishlist, not a bug.
Thanks for great app.
Changed in cuttlefish: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Hi Marek,
thanks for your feedback. This is a good idea and I will implement this, when I find some time. May I suggest a workaround for you?
Create a reflex with the bluetooth stimulus. Then use the advanced app-start command.
Select /usr/bin/pacmd as executable and write the following into the parameters field:
set-default-sink INDEX
Replace INDEX with the index of the sink you want to use, e.g 0 or 1
This may work, but currently I cannot test it, because I have no machine with two sinks availabe at the moment.
But if you like, you can try it and leave some feedback about how and if it works :-)