Increase the tas5806 hardware volume back up.

This commit is contained in:
j1nx 2021-09-04 18:44:37 +02:00
parent 557b858460
commit 70a2e5eaee
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class tasTest:
return x * p1 + x0
def setVolume(self, vol=0.5):
def setVolume(self, vol=1.0):
# vol takes a float from 0.0 - 1.0
# default vol 0.5 = 50%
hw_vol = self.calc_log_y(vol * 100.0)