germangb / minimp3-rs

minimp3 rust bindings + wrapper
MIT License
65 stars 20 forks source link

replace slice_deque with slice_ring_buffer #43

Open metasophiea opened 2 months ago

metasophiea commented 2 months ago

Essentially the same as this pull request https://github.com/germangb/minimp3-rs/pull/38, however this change has now become necessary due to this issue https://github.com/germangb/minimp3-rs/issues/42.