pub fn decode<R: Read + Seek>(reader: &mut R) -> ApeResult<Vec<u8>>
Convenience: decode an entire APE file to raw PCM bytes.