mousiki 0.2.1

Pure Rust Opus codec.
Documentation
1
2
3
4
5
6
7
8
#[path = "common/mod.rs"]
mod common;

#[test]
fn fuzz_decoder_seed_inputs() {
    common::fuzz_decoder(&[]);
    common::fuzz_decoder(common::TINY_OGG);
}