Skip to content

smocken78/file_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_audio

A plugin for playing audio files and asset files with ducking support for iOS and Android.

Link to pub.dev package: file_audio

Installation

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

file_audio: <latest_version>

Usage

    FileAudio audioPlayer = FileAudio();

    audioPlayer.playAsset(assetPath);
    
    audioPlayer.start(filePath);

    audioPlayer.stop();

    audioPlayer.pause();

    audioPlayer.resume();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors