[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 rodio to 0.14.0

Kasper (Jun 9, 2021, 7:49 PM +0200) 43b83580 3f9c2b30

+4 -3
+2 -2
Cargo.lock
··· 655 655 656 656 [[package]] 657 657 name = "rodio" 658 - version = "0.13.1" 658 + version = "0.14.0" 659 659 source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "b65c2eda643191f6d1bb12ea323a9db8d9ba95374e9be3780b5a9fb5cfb8520f" 660 + checksum = "4d98f5e557b61525057e2bc142c8cd7f0e70d75dc32852309bec440e6e046bf9" 661 661 dependencies = [ 662 662 "cpal", 663 663 ]
+1 -1
Cargo.toml
··· 15 15 [dependencies] 16 16 mp4 = "0.8.2" 17 17 fdk-aac = "0.4.0" 18 - rodio = { version = "0.13.0", default-features = false } 18 + rodio = { version = "0.14.0", default-features = false }
+1
rustfmt.toml
··· 1 + tab_spaces=2