law-encoder 0.1.0

A library for encoding 16bit PCM to a-law and mu-law.
Documentation
1
2
3
4
5
6
7
8
9
pub enum InputFormat {
    LittleEndian,
    BigEndian,
}

pub enum OutputFormat {
    Mulaw,
    Alaw,
}