fixed sound
This commit is contained in:
@ -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
|
||||
|
||||
BIN
vna_system/core/sound_sample.wav
Normal file
BIN
vna_system/core/sound_sample.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user