fixed the music path
This commit is contained in:
parent
ea133bc812
commit
c388841460
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue