Avalonia Android - Preferred Method for Playing WAV Files? #19448
-
For my scan gun app I have a few short 1 second WAV files as audio cues for the user. What do people recommend for playing these? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You can use MiniAudio on many platforms including Android. See: https://github.com/mackron/miniaudio |
Beta Was this translation helpful? Give feedback.
-
Similar questions have been asked, see my old reply: |
Beta Was this translation helpful? Give feedback.
-
For playing short audio feedback on Android specifically, I use |
Beta Was this translation helpful? Give feedback.
some pseudocode:
And aac (audio files) in your project: