Skip to content
Snippets Groups Projects
Commit 72fbfbe3 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Added actual sync_bell.wav

parent f707d93b
No related branches found
No related tags found
2 merge requests!62Resolve "Game Flow",!61Resolve "Beep on button for audio sync"
Pipeline #46313 failed
...@@ -1025,7 +1025,7 @@ class PyGameGUI: ...@@ -1025,7 +1025,7 @@ class PyGameGUI:
def play_bell_sound(self): def play_bell_sound(self):
wave_obj = simpleaudio.WaveObject.from_wave_file( wave_obj = simpleaudio.WaveObject.from_wave_file(
str(ROOT_DIR / "gui_2d_vis" / "sync_bell_project.wav") str(ROOT_DIR / "gui_2d_vis" / "sync_bell.wav")
) )
wave_obj.play() wave_obj.play()
log.log(logging.INFO, "Started game, played bell sound") log.log(logging.INFO, "Started game, played bell sound")
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment