RustAudio / simplemad

A Rust interface for the MPEG audio (MP1, MP2, MP3) decoding library libmad

Home Page:http://bendykst.github.io/doc/simplemad/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The format of the samples should be stronger typed or better documented

tomaka opened this issue · comments

Apparently the samples produced by simplemad are in fixed point and need a conversion step before being rendered.

What do you think of this approach? (I'll need to figure out how to do the conversions properly.)