Skip to content

Commit

Permalink
adjust volume again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen committed Aug 11, 2024
1 parent 232751e commit 6a51733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
tree = app_commands.CommandTree(client)
music_closing_theme = AudioSegment.from_wav("music/closing_theme.wav").apply_gain(-10)
music_closing_theme = music_closing_theme[:len(music_closing_theme) - 4000].append(music_closing_theme, 0)
music_tip_top_polka = AudioSegment.from_wav("music/tip_top_polka.wav").apply_gain(-12)
music_tip_top_polka = AudioSegment.from_wav("music/tip_top_polka.wav").apply_gain(-13)
music_tip_top_polka = music_tip_top_polka[:len(music_tip_top_polka) - 4000].append(music_tip_top_polka, 0)
sfx_steel_sting = AudioSegment.from_wav("sfx/steel_sting.wav")
sfx_boowomp = AudioSegment.from_wav("sfx/boowomp.wav")
Expand Down

0 comments on commit 6a51733

Please sign in to comment.