index
:
reencoder
main
norayon
rayon
symphonia
turso
tool for reencoding flacs and keeping track of it
jakka
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: 6c4cb43514ff27b27b8791ad4df3b82edd1266ed (
plain
)
1
2
3
4
5
mod flac; fn main() { flac::encode_file(std::path::Path::new("./1.flac")).unwrap(); }