Squashed from work; the fine-grained history is under tag archive/work-2026-08-26: - audio: a FLAC decoder from the specification, beside the MP3 and Vorbis ones
11 lines
380 B
TOML
11 lines
380 B
TOML
[package]
|
|
name = "makepad-audio-decode"
|
|
version = "0.1.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "From-scratch MP3 (MPEG-1/2/2.5 Layer III), Ogg Vorbis, and FLAC decoders in safe Rust, no dependencies"
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/makepad/makepad/"
|
|
repository = "https://github.com/makepad/makepad/"
|
|
|
|
[dependencies]
|