You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently develop an alarm app and I want to play alarm sounds.
There are various independent packages but they don't seem like they support all platforms and support the ability to play the sound in AudioManager.STREAM_ALARM loudness on Android.
While I looked at playing the audio I looked at video_player. Given that it's build on ExoPlayer and ExoPlayer can also play mp3's there's hope that video_player can play mp3s. Unfortunately, the documentation isn't clear about whether it can. If it can't it should be explicit about that.
The text was updated successfully, but these errors were encountered:
iapicca
changed the title
It's unclear what to do when wanting to play local audio
[documentation] [audio_player] how play local audio
Nov 27, 2019
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
lockbot
locked and limited conversation to collaborators
Apr 4, 2020
I currently develop an alarm app and I want to play alarm sounds.
There are various independent packages but they don't seem like they support all platforms and support the ability to play the sound in AudioManager.STREAM_ALARM loudness on Android.
While I looked at playing the audio I looked at video_player. Given that it's build on ExoPlayer and ExoPlayer can also play mp3's there's hope that video_player can play mp3s. Unfortunately, the documentation isn't clear about whether it can. If it can't it should be explicit about that.
The text was updated successfully, but these errors were encountered: