Skip to content
Snippets Groups Projects

Resolve "Beep on button for audio sync"

Merged Fabian Heinrich requested to merge 94-beep-on-button-for-audio-sync into 91-game-flow
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -1025,7 +1025,7 @@ class PyGameGUI:
def play_bell_sound(self):
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()
log.log(logging.INFO, "Started game, played bell sound")
Loading