Chris Pearce

Results 2 issues of Chris Pearce

Just removing an unnecessary `mut` from the `dist_if_substitute` variable, as it's common to avoid mut in rust where possible. This has a surprisingly large effect on performance: before: ``` go:...

Hi, The latest released version of soundfile contains different versions of libsndfile on x86_84 and arm64. I've been able to reproduce https://github.com/bastibe/python-soundfile/issues/349 on the most recent version of soundfile available...