audio_decoder 0.1.0 copy "audio_decoder: ^0.1.0" to clipboard
audio_decoder: ^0.1.0 copied to clipboard

A lightweight Flutter plugin for converting, trimming, and analyzing audio files using native platform APIs. No FFmpeg required.

0.1.0 #

  • Initial release of audio_decoder.
  • Convert audio files to WAV format (convertToWav) — supports MP3, M4A, AAC, OGG, OPUS, FLAC, WMA, AIFF, AMR, CAF, ALAC, and WebM.
  • Convert audio files to M4A/AAC format (convertToM4a).
  • Retrieve audio metadata (getAudioInfo) — duration, sample rate, channels, bit rate, and format.
  • Trim audio files to a specific time range (trimAudio).
  • Extract waveform amplitude data for visualizations (getWaveform).
  • Platform support: Android, iOS, macOS, and Windows.
  • Typed exception handling via AudioConversionException.
1
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter plugin for converting, trimming, and analyzing audio files using native platform APIs. No FFmpeg required.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on audio_decoder

Packages that implement audio_decoder