Skip to content

Version 1.1.5

Latest
Compare
Choose a tag to compare
@Agetian Agetian released this 19 Aug 17:15

This version fixes an issue with the choppy sound by requiring an older (but unbroken) version of MiniAudio. Do note that if you installed the latest MiniAudio via pip, you'll still get the choppy sound. You'll need to reinstall version 1.5 of the package ( e.g.: python3 -m pip install --force-reinstall miniaudio==1.5 )

Also, this version fixes a crash with Python v3.12+ due to the use of an obsolete (and removed) file mode that's unsupported in the latest Python.