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
7
8
9
10
syntax = "proto2";
package toniehead;

message TonieboxAudioFileHeader {
  required bytes sha1_hash = 1;
  required uint64 num_bytes = 2;
  required uint32 audio_id = 3;
  repeated uint32 track_page_nums = 4 [packed=true];
  required bytes _fill = 5;
}