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

Fix example filepath

Kasper (Feb 4, 2023, 9:38 AM +0100) 542bfc6e cc8add16

+1 -1
+1 -1
examples/m4a_playback.rs
··· 4 4 use std::io::BufReader; 5 5 6 6 fn main() { 7 - let path = "/Users/k/Downloads/videoplayback.m4a"; 7 + let path = "tests/samples/Simbai & Elke Bay - Energy.m4a"; 8 8 let file = File::open(path).expect("Error opening file"); 9 9 10 10 let metadata = file.metadata().expect("Error getting file metadata");