mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
fix: deleted an irrelevant minus sign
This commit is contained in:
@@ -102,6 +102,6 @@ public class ReplayGainUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void setReplayGain(ExoPlayer player, float gain) {
|
private static void setReplayGain(ExoPlayer player, float gain) {
|
||||||
player.setVolume((float) Math.pow(10f, -gain / 20f));
|
player.setVolume((float) Math.pow(10f, gain / 20f));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user