rxlabz / audioplayer

A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )

Home Page:https://pub.dartlang.org/packages/audioplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I change the loudness of AudioCache to AudioManager.STREAM_ALARM?

ChristianKleineidam opened this issue · comments

I want to build an alarm. On Android this means that I don't want to play it with the standard loudness but with that of AudioManager.STREAM_ALARM. How do I change the loudness to it?