[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.

Bump version

Kasper (Feb 4, 2023, 9:59 AM +0100) dff07300 f5bea64b

+3 -3
+1 -1
CHANGELOG.md
··· 1 - ## Next 1 + ## 0.6.0 - 2023 Feb 4 2 2 - Bump rodio to `0.16.0` for rodio API breakage in Decoder trait bounds 3 3 - Bump mp4 to `0.12.0` 4 4
+1 -1
Cargo.lock
··· 628 628 629 629 [[package]] 630 630 name = "redlux" 631 - version = "0.5.0" 631 + version = "0.6.0" 632 632 dependencies = [ 633 633 "fdk-aac", 634 634 "mp4",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "redlux" 3 - version = "0.5.0" 3 + version = "0.6.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"