macro_rules! converter {
    ($target:ty, $chunk:ident, $gained:ident, $inner:expr) => { ... };
    (Lsb, $target:ty, $chunk:ident, $gained:ident, $inner:expr) => { ... };
    (Msb, $target:ty, $chunk:ident, $gained:ident, $inner:expr) => { ... };
}
Expand description

A converter between the audio format type and f64.