Skip to content

tapeo/file_audio_player

Repository files navigation

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();

About

Audio player for local files

Resources

License

Stars

3 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors