flutter_audio_trimmer

Last updated:

0 purchases

flutter_audio_trimmer Image
flutter_audio_trimmer Images
Add to Cart

Description:

flutter audio trimmer

Flutter Audio Trimmer #
Trimming an audio file means cutting a portion of the audio from the beginning or end of the file or removing some part from the middle.
Dart API #
The library offers several methods to handle audio trim related actions:
Future<File?> trim({
required File inputFile,
required Directory outputDirectory,
required String fileName,
required AudioFileType fileType,
required AudioTrimTime time,
}){...};
copied to clipboard
Run the example app #

Navigate to the example folder cd example
Install the dependencies

flutter pub get



Contributing #
You can help us make this project better, feel free to open an new issue or a pull request.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.