Skip to content

Commit

Permalink
global volume: Slightly louder by default, to match the volume of the…
Browse files Browse the repository at this point in the history
… video call. Fixes #160
  • Loading branch information
jeffkaufman committed Jan 6, 2021
1 parent 992f8b6 commit 80d1cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def reset(self):

self.last_request_clock = None
self.last_cleared_clock = None
self.global_volume = 1.0
self.global_volume = 1.2
self.backing_volume = 1.0
self.song_end_clock = 0
self.song_start_clock = 0
Expand Down

0 comments on commit 80d1cd0

Please sign in to comment.