Releases: irmen/pyminiaudio
Releases · irmen/pyminiaudio
release 1.61
release 1.60
Added Python 3.12 support.
Icecast metadata is now html-unescaped in the IceCastClient class.
The Miniaudio library itself wasn't updated in this release.
release 1.59
fix build artifacts problem, no code changes.
release 1.58
upgrade to miniaudio 0.11.16
release 1.57
update to miniaudio 0.11.15
release 1.56
- updated to miniaudio 0.11.14
- added optional ssl_context parameter to the IceCastClient so that you can configure the way it connects to https streams
- added a note in the readme that the api docs are auto-generated
version 1.55
allow reading WAV files with different encoding formats (like adpcm)
release 1.54
- update to miniaudio 0.11.11
- stream_with_callbacks has a new parameter that allows you to pass a method that can manipulate the audio samples
version 1.53
update to miniaudio 0.11.10
release 1.52
- added default frames_to_read to stream_raw_pcm_memory() so the generator can be used without send() as well
- link with libatomic to avoid build errors on certain platforms
- added wheel package dependency to avoid install error on certain configurations