Re: [pulseaudio-discuss] Changing Volume on Streams ( not Sinks )

2019-07-29 Thread Brian Bulkowski
Thank you Georg! About 12 hours ago I figured it out too. pa_context_set_sink_input_volume() is the function I was looking for, and I was mistakenly using pa_context_set_sink_volume_by_index(), an obvious flaw on my part. The other way to get a sink-input id directly from a Stream, you

Re: [pulseaudio-discuss] Changing Volume on Streams ( not Sinks )

2019-07-29 Thread Georg Chini
On 28.07.19 19:44, Brian Bulkowski wrote: I posted yesterday, twice, about how the "stream get sink id" was going to solve my problems. In 10.0 ( the distro version on Debian Stretch on the Raspberry PI ), the "sink ID" returned from that call is not a valid sink ID and doesn't do anything