Skip to content

Releases: irmen/pyminiaudio

release 1.61

24 Jul 17:53
Compare
Choose a tag to compare

Fixed the MacOS builds.

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

release 1.60

14 Jul 20:32
Compare
Choose a tag to compare

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

04 Jun 14:39
Compare
Choose a tag to compare

fix build artifacts problem, no code changes.

release 1.58

24 May 18:40
Compare
Choose a tag to compare

upgrade to miniaudio 0.11.16

release 1.57

07 May 18:29
Compare
Choose a tag to compare

update to miniaudio 0.11.15

release 1.56

31 Mar 15:50
Compare
Choose a tag to compare
  • 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

15 Nov 17:05
Compare
Choose a tag to compare

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

release 1.54

11 Nov 20:33
Compare
Choose a tag to compare
  • 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

31 Oct 19:18
Compare
Choose a tag to compare

update to miniaudio 0.11.10

release 1.52

13 Aug 11:58
Compare
Choose a tag to compare
  • 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