1
1
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:
j1nx 2021-09-04 18:44:37 +02:00
parent 557b858460
commit 70a2e5eaee

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)