mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-15 02:36:59 +01:00
Increase the tas5806 hardware volume back up.
This commit is contained in:
parent
557b858460
commit
70a2e5eaee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user