toniefile 0.1.1

The Toniefile crate provides methods to write audio data in a format that can be played by a Toniebox
Documentation
1
2
3
4
5
6
extern crate prost_build;

fn main() {
    prost_build::compile_protos(&["src/toniebox.pb.taf-header.proto"],
                                &["src/"]).unwrap();
}