-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (30 loc) · 956 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
35 lines (30 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: metadata_audio
description: |
A Dart-native audio metadata parser library that provides comprehensive
metadata extraction for various audio formats including MP3, FLAC, Ogg, MP4,
WAV, AIFF, APE, ASF, Matroska, and more. Ported from music-metadata with
architecture parity and TDD approach.
version: "0.9.2"
repository: https://github.com/ketanchoyal/metadata_audio
homepage: https://github.com/ketanchoyal/metadata_audio
issue_tracker: https://github.com/ketanchoyal/metadata_audio/issues
environment:
sdk: ^3.10.7
dependencies:
collection: ^1.19.1
meta: ^1.16.0
dev_dependencies:
lints: ^6.0.0
path: ^1.9.0
test: ^1.25.6
screenshots:
- description: 'Local file parsing with chapter byte offsets'
path: screenshots/screenshot_1.png
- description: 'Remote URL parsing with chapter downloads'
path: screenshots/screenshot_2.png
topics:
- audio
- metadata
- cross-platform
- parser
- chapter-downloader