What's Changed * Avoid deadlocks and nondeterministic results when using the same `AudioFile` in multiple threads. (https://github.com/spotify/pedalboard/pull/298)
Added wheels for Alpine Linux (musllibc) for Python 3.8 and 3.9.
0.9.0
What's Changed * Release the GIL when reading from `BytesIO` objects. (https://github.com/spotify/pedalboard/pull/291) * Avoid unnecessarily taking the GIL when using `ResampledReadableAudioFile`. (https://github.com/spotify/pedalboard/pull/293)