Open msteinhoff opened 4 years ago
A "sink" in PulseAudio's terms is an audio output. So yes, while using the first one might be good enough for our setup, there will be more in most cases. PulseAudio even has the concept of a "default" sink where all new applications' streams are placed, so it would make sense to use this one.
The sink is hard-coded to
pulse_sinks[0]
.I'm not a PulseAudio wizard, so the questions are:
Is
pulse_sink[0]
always the correct sink or might there be more than one sink?Does it make sense to make this a configurable option?