RustAudio / lewton

Rust vorbis decoder
Other
261 stars 26 forks source link

Simplify `extr_neighbor` #57

Closed AnthonyMikh closed 5 years ago

AnthonyMikh commented 5 years ago

This PR also changes the interface of function, but it should be fine since it is not public and it is used only trough low_neighbor and high_neighbor. New implementation passes all the tests in this module.