Description
java-stream-player/src/main/java/com/goxr3plus/streamplayer/stream/StreamPlayer.java
Lines 1096 to 1099 in ea4b7d9
At least it doesn't return the value set by setGain(), which is confusing.
After reading the code, I realize that the internal gainControl probably has a setting on a dB scale, whereas setGain is linear.
getGainValue() doesn't translate from the gainControl setting, but setGain() does, which leads to the confusion.