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

A Flutter plugin for trimming audio files on Android and iOS without using FFmpeg.

Changelog #

All notable changes to this project will be documented in this file.

1.0.0 #

  • STABLE RELEASE - First major version with comprehensive testing
  • Fixed MP3 file compatibility issues on both iOS and Android
  • Improved audio format detection and error handling
  • Enhanced performance for large audio files
  • Better memory management during trimming operations
  • Updated documentation with detailed examples
  • Added comprehensive error messages for debugging

0.0.5 #

  • Initial release
  • Implemented trimAudio method for iOS and Android platforms
  • Added support for trimming audio files without FFmpeg
  • iOS implementation using AVAssetExportSession
  • Android implementation using MediaExtractor, MediaCodec, and MediaMuxer
  • Example app demonstrating plugin usage
6
likes
160
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for trimming audio files on Android and iOS without using FFmpeg.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on native_audio_trimmer

Packages that implement native_audio_trimmer