music-metadata 0.1.2

A parser for id3v2.3, id3v2.4 and id3v1
Documentation
1
2
3
4
5
6
7
8
9
10
11
struct StreamInfo {
  min_block_size: u16,
  max_block_size: u16,
  min_frame_size: u32,
  max_frame_size: u32,
  sample_rate: u32,
  channel: u8,
  bit_per_sample: u8,
  total_samples: u64,
  md5: u128
}