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

Update dependencies

Kasper (Feb 1, 2021, 11:56 PM +0100) aa4c1ffb c938a7de

+4 -4
+3 -2
Cargo.lock
··· 616 616 617 617 [[package]] 618 618 name = "mp4" 619 - version = "0.8.0" 620 - source = "git+https://github.com/alfg/mp4-rust?branch=bugfix/read-largesize-boxheader-size#b757d90627a5c1610bb253ff663fbebdddd08a57" 619 + version = "0.8.1" 620 + source = "registry+https://github.com/rust-lang/crates.io-index" 621 + checksum = "999db0cca8fd8c1b2352f362691bdafbd90069efd581144066a7909895d23b86" 621 622 dependencies = [ 622 623 "byteorder", 623 624 "bytes 0.5.6",
+1 -2
Cargo.toml
··· 13 13 categories = ["multimedia::audio"] 14 14 15 15 [dependencies] 16 - # mp4 = "0.8.0" 17 - mp4 = { git = "https://github.com/alfg/mp4-rust", branch = "bugfix/read-largesize-boxheader-size" } 16 + mp4 = "0.8.1" 18 17 fdk-aac = "0.4.0" 19 18 rodio = { version = "0.13.0", default-features = false } 20 19