flutter_audio_trimmer 0.0.5 copy "flutter_audio_trimmer: ^0.0.5" to clipboard
flutter_audio_trimmer: ^0.0.5 copied to clipboard

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.

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,
  }){...};

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.

5
likes
120
pub points
58%
popularity

Publisher

verified publishervdeveloper.tech

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffmpeg_kit_flutter, flutter, plugin_platform_interface

More

Packages that depend on flutter_audio_trimmer