fixed the music path

This commit is contained in:
study-faraphel 2025-02-03 20:56:47 +01:00
parent ea133bc812
commit c388841460

View file

@ -28,7 +28,7 @@ class MasterRole(base.BaseActiveRole):
# prepare the audio file that will be streamed
# TODO(Faraphel): use another audio source
self.audio = pydub.AudioSegment.from_file("./assets/Roundabout 2008 Remaster.mp3")
self.audio = pydub.AudioSegment.from_file("./assets/Queen - Another One Bites the Dust.mp3")
self.play_time = datetime.now()
# calculate the number of bytes per milliseconds in the audio