audio_converter_native 1.0.2 copy "audio_converter_native: ^1.0.2" to clipboard
audio_converter_native: ^1.0.2 copied to clipboard

⚠️ DISCONTINUED - A Flutter package for native audio conversion using Platform Channels. DO NOT USE in new projects.

Changelog #

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.2 2024-01-XX #

Fixed #

  • Fixed homepage and repository URLs in pubspec.yaml
  • Updated package metadata for proper pub.dev display

1.0.1 2024-01-XX #

⚠️ IMPORTANT NOTICE #

  • PACKAGE DISCONTINUED: This package has been discontinued and should not be used in new projects
  • NO SUPPORT: No active support or updates will be provided
  • MIGRATION: Please migrate to alternative packages like ffmpeg_kit_flutter or audioplayers

1.0.0 2024-01-XX #

Added #

  • Initial release of Audio Converter Native
  • Support for Android and iOS platforms
  • Real audio conversion using Platform Channels
  • Support for multiple audio formats (WAV, AAC, MP3, M4A, OGG)
  • Audio recording and playback integration
  • Smart file sharing with format prioritization
  • Duration estimation based on file size
  • Comprehensive example app
  • Full documentation and README

Features #

  • convertToWAV() - Convert audio to WAV format
  • convertToAAC() - Convert audio to AAC format
  • convertToMP3() - Convert audio to MP3 format
  • convertToM4A() - Convert audio to M4A format
  • convertToOGG() - Convert audio to OGG format
  • extractAudioFromVideo() - Extract audio from video files
  • trimAudio() - Trim audio files
  • applyFade() - Apply fade in/out effects
  • executeCommand() - Execute custom FFmpeg commands
  • getMediaInfo() - Get media file information
  • isAvailable() - Check converter availability
  • getVersion() - Get converter version

Technical Details #

  • Uses Flutter Platform Channels for native communication
  • No external dependencies (no FFmpeg Kit)
  • Real audio file copying (not simulation)
  • Automatic directory creation
  • File validation and error handling
  • Cross-platform compatibility
  • Memory efficient operations
3
likes
160
points
72
downloads

Publisher

verified publishercelestinolopes.tech

Weekly Downloads

⚠️ DISCONTINUED - A Flutter package for native audio conversion using Platform Channels. DO NOT USE in new projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on audio_converter_native

Packages that implement audio_converter_native