Skip to content

Commit

Permalink
Merge pull request #109 from llluis/bugfix-wav-volume
Browse files Browse the repository at this point in the history
bugfix: Remove double volume multiplier
  • Loading branch information
synesthesiam authored Jul 1, 2024
2 parents f6c0d29 + 886019e commit 397d4c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wyoming_satellite/satellite.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ async def _play_wav(
for event in wav_to_events(
wav_path,
samples_per_chunk=self.settings.snd.samples_per_chunk,
volume_multiplier=self.settings.snd.volume_multiplier,
):
await self.event_to_snd(event, is_tts=False)
except Exception:
Expand Down

0 comments on commit 397d4c8

Please sign in to comment.