audio_meta 2.0.0 copy "audio_meta: ^2.0.0" to clipboard
audio_meta: ^2.0.0 copied to clipboard

audio information extraction (duration, bitrate, sample rate, channels) from audio files

1.0.0 #

  • Initial version. Support for mp3, wav, aac, ogg, flac.

1.0.1 #

  • Replaced calls to Isolate with Futures to ensure web compat
  • Updated readme

1.0.2 #

  • Updated readme to clarify package usage

1.0.3 #

  • Audio type & encoding extraction now single pass
  • Updated readme disclaimer to show early development status

1.1.0 #

  • Fixed grave bugs when distinguishing encodings based on header sync words

1.1.1 #

  • Added web support
  • Added byte indexing guards to avoid range exceptions
  • Fixed bug where VBR MP3s would be read as CBR
  • Improved extraction speed through seek offsets
  • Deleted deprecated source files
  • Updated readme

1.1.2 #

  • Added web support (frfr)

1.1.3 #

  • fixed inaccuracies in MP3 VBR bit rate & duration extraction

1.1.4 #

  • fixed sync word search byte limit issue with MP3 ID3 tags

1.2.0 #

  • added OPUS / OGG OPUS support
  • fixed bug where AAC extraction would be stuck indefinitely

1.2.1 #

  • fixed AAC bitrate extraction bug for erroneous headers
  • formatting fixes

2.0.0 #

  • removed factory ctors for web compat
  • removed deprecated source code
  • updated readme
  • fixed typos
3
likes
160
points
264
downloads

Publisher

verified publishermaximilian-domroese.dev

Weekly Downloads

audio information extraction (duration, bitrate, sample rate, channels) from audio files

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on audio_meta