Skip to content

Commit

Permalink
Fixed Lead in/out audio not playing!
Browse files Browse the repository at this point in the history
  • Loading branch information
ApatheticDELL committed Oct 29, 2024
1 parent 1751fe5 commit 43b51ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions QuantumENDEC.py
Original file line number Diff line number Diff line change
Expand Up @@ -2012,11 +2012,11 @@ def AUDIO(self):
except Exception as e: print("[Playout]: Can't play broadcast audio! ", e)

def LEAD_IN(self):
try: self.playout(Assets_Folder + "/LeadIn.wav")
try: self.playout(Assets_Folder + "/pre.wav")
except: pass

def LEAD_OUT(self):
try: self.playout(Assets_Folder + "/LeadOut.wav")
try: self.playout(Assets_Folder + "/post.wav")
except: pass

class Logger:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ApatheticDELL presents...
# QuantumENDEC v5 Final Beta (Public Beta 10)
# QuantumENDEC v5 Final Beta (Public Beta 10.1)

### Credits
Developed by...
Expand Down
Binary file removed assets/tmp/alertImage.png
Binary file not shown.

0 comments on commit 43b51ed

Please sign in to comment.