fileaudioplayer 1.0.0 copy "fileaudioplayer: ^1.0.0" to clipboard
fileaudioplayer: ^1.0.0 copied to clipboard

Audio player for local files. This plugin have ducking support to reduce the main audio volume while playing background music

FileAudioPlayer #

Audio player for local files. This plugin have ducking support to reduce the main audio volume while playing background music.

Link to pub.dev package: fileaudioplayer

Installation #

In the dependencies section of the pubspec.yaml project file add:

fileaudioplayer: <latest_version>

Usage #

    FileAudioPlayer audioPlayer = FileAudioPlayer();

    audioPlayer.start(filePath);

    audioPlayer.stop();

    audioPlayer.pause();

    audioPlayer.resume();
7
likes
30
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Audio player for local files. This plugin have ducking support to reduce the main audio volume while playing background music

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fileaudioplayer

Packages that implement fileaudioplayer