[READ-ONLY] Mirror of https://github.com/probablykasper/redlux. AAC decoder for MPEG-4 and AAC files, with rodio support
aac audio decoder mp4 package
0

Configure Feed

Select the types of activity you want to include in your feed.

v0.3.0

Kasper (Apr 5, 2021, 8:02 PM +0200) 3f9c2b30 30a057d6

+6 -2
+4
CHANGELOG.md
··· 1 + ## 0.3.0 - 2021 Apr 5 2 + - Add support for HE-AAC v1 (SBR) and HE-AAC v2 (PS) 3 + - Return `UnsupportedObjectType` error for AAC Main/SSR/LTP 4 + 1 5 ## 0.2.0 - 2021 Feb 2 2 6 - Add `message` method for errors 3 7 - Fix `fmt::Display` for errors
+1 -1
Cargo.lock
··· 622 622 623 623 [[package]] 624 624 name = "redlux" 625 - version = "0.2.0" 625 + version = "0.3.0" 626 626 dependencies = [ 627 627 "fdk-aac", 628 628 "mp4",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "redlux" 3 - version = "0.2.0" 3 + version = "0.3.0" 4 4 description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files, with rodio support" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"