Skip to content

Commit

Permalink
adjust music start delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen committed Sep 15, 2024
1 parent a06693d commit 4eee46c
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 @@ -43,7 +43,7 @@ def load_wav(path, start=None, end=None, gain=None):
sfx_gary = load_wav("sfx/gary.wav", end=6000)
silence_line = AudioSegment.silent(500)
silence_transition = AudioSegment.silent(1100)
silence_music = AudioSegment.silent(1900)
silence_music = AudioSegment.silent(2000)
embed_busy = discord.Embed(title="Busy", color=0xf5f306).set_footer(text="An episode is generating.")
embed_idle = discord.Embed(title="Idle", color=0xf5f306).set_footer(text="An episode can be generated.")
embed_generating = discord.Embed(title="0%", color=0xf5f306).set_footer(text="This may take a while.")
Expand Down

0 comments on commit 4eee46c

Please sign in to comment.