simple FLAC encoder and muxer
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 26 Oct 2021 16:17:26 +0000 (18:17 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 26 Oct 2021 16:17:26 +0000 (18:17 +0200)
commitc11ad64e877fcf2e47c7bbb04bfb8d7764465dab
treed325387ae684cb371107d3943bc33bbc420bbcf3
parent8d7cb844e69aa03fb6667681a5b06a3370c72eeb
simple FLAC encoder and muxer
nihav-allstuff/src/lib.rs
nihav-llaudio/Cargo.toml
nihav-llaudio/src/codecs/flacenc.rs [new file with mode: 0644]
nihav-llaudio/src/codecs/mod.rs
nihav-llaudio/src/lib.rs
nihav-llaudio/src/muxers/flac.rs [new file with mode: 0644]
nihav-llaudio/src/muxers/mod.rs [new file with mode: 0644]