ExPixel / miniaudio-rs

Rust bindings for miniaudio C library.
https://crates.io/crates/miniaudio
MIT License
49 stars 20 forks source link

Allow creating decoders from io::Read + io::Seek trait objects #29

Closed jpochyla closed 4 years ago

jpochyla commented 4 years ago

Unfortunately I haven't been able to test it yet with any of the examples, will work on it though.

Thanks for the library!

ExPixel commented 4 years ago

Thanks for the PR. Had to make some changes because I changed the way decoders are initialized but it looks good so I've merged it.