blockbasti / just_another_workout_timer

A simple timer for your workouts, built with Flutter!
MIT License
131 stars 23 forks source link

Simple sounds don't play #44

Closed tmtvl closed 3 years ago

tmtvl commented 3 years ago

Describe the bug The app doesn't play sound when using sound effects.

To Reproduce Steps to reproduce the behavior:

  1. Go to settings.
  2. Select "Use sound effects" under Sound output.
  3. Start a workout set.

Expected behavior The app should play the standard beep sound effect from assets.

Smartphone (please complete the following information):

Additional context The TTS works fine.

blockbasti commented 3 years ago

Hey, thanks for reporting an issue. Sadly i can't reproduce the bug on my device.

Sound effects play using the notifications channel. Do you have your notification volume low/off? Did it work on older versions of the app?

tmtvl commented 3 years ago

Ah, that's interesting. Yes, when I turn on the notification volume the sound effects work. I was expecting it to use the media channel like the TTS does, that was silly of me.