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

Kasper (Feb 2, 2021, 4:44 AM +0100) 2d6a83f6 2a22e5f1

+6 -2
+4
CHANGELOG.md
··· 1 + ## 0.2.0 - 2021 Feb 2 2 + - Add `message` method for errors 3 + - Fix `fmt::Display` for errors 4 + 1 5 ## 0.1.0 - 2021 Feb 1 2 6 - Initial release
+1 -1
Cargo.lock
··· 907 907 908 908 [[package]] 909 909 name = "redlux" 910 - version = "0.1.0" 910 + version = "0.2.0" 911 911 dependencies = [ 912 912 "fdk-aac", 913 913 "mp4",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "redlux" 3 - version = "0.1.0" 3 + version = "0.2.0" 4 4 description = "AAC decoder for MPEG-4 (MP4, M4A etc) and AAC files" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"