Skip to content

Releases: irmen/pyminiaudio

release 1.71

Choose a tag to compare

@irmen irmen released this 29 Apr 21:12

No code changes.
Fixed github action scripts to actually build python 3.14 wheels this time.

release 1.70

Choose a tag to compare

@irmen irmen released this 17 Apr 23:57

update to latests miniaudio C library release (0.11.25 from march 2026).

Cython fixes

fixed build system

release 1.61

Choose a tag to compare

@irmen irmen released this 24 Jul 17:53

Fixed the MacOS builds.

The Miniaudio library itself wasn't updated in this release.

release 1.60

Choose a tag to compare

@irmen irmen released this 14 Jul 20:32

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

Choose a tag to compare

@irmen irmen released this 04 Jun 14:39

fix build artifacts problem, no code changes.

release 1.58

Choose a tag to compare

@irmen irmen released this 24 May 18:40

upgrade to miniaudio 0.11.16

release 1.57

Choose a tag to compare

@irmen irmen released this 07 May 18:29

update to miniaudio 0.11.15

release 1.56

Choose a tag to compare

@irmen irmen released this 31 Mar 15:50
  • 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

Choose a tag to compare

@irmen irmen released this 15 Nov 17:05

allow reading WAV files with different encoding formats (like adpcm)

release 1.54

Choose a tag to compare

@irmen irmen released this 11 Nov 20:33
  • 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