1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Get the sj201 in line / Sound system architecture changes

This commit is contained in:
j1nx
2021-09-04 15:42:24 +02:00
parent 4bd41cf6a8
commit 812e92cbde
10 changed files with 223 additions and 138 deletions

View File

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