fixed sound

This commit is contained in:
Ayzen
2025-10-16 19:54:25 +03:00
parent 167986227b
commit 798bec107d
2 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class VNADataAcquisition:
self._sweep_buffer = SweepBuffer()
# Sound player for sweep notifications
sound_file = Path(cfg.BASE_DIR) / "core" / "sound_sample.mp3"
sound_file = Path(cfg.BASE_DIR) / "core" / "sound_sample.wav"
self._sound_player = SoundPlayer(sound_file)
# Simulator mode

Binary file not shown.