Let me begin with a question. The sink API defines a method ".setVolume()". Should this method be implented in such a way that it:
- actually controlls the media volume of the device
- controls the gain level of the current track. It would default to "1.0" which means flat, unchanged gain
- does nothing on Android as most users of this lib would use an "android-idiomatic" way of manipulating volume
I think the third option makes sense. @devgianlu what do you think?
Let me begin with a question. The sink API defines a method ".setVolume()". Should this method be implented in such a way that it:
I think the third option makes sense. @devgianlu what do you think?