Skip to content

Releases: irmen/pyminiaudio

release 1.10

15 Jan 21:57

Choose a tag to compare

updated to new miniaudio library version 0.9.10 (no python api changes)

release 1.9

11 Jan 01:04

Choose a tag to compare

updated to new miniaudio library version 0.9.9 (no python api changes)

release 1.8

21 Oct 18:48

Choose a tag to compare

updated to new miniaudio library version 0.9.8

release 1.7

12 Aug 19:41

Choose a tag to compare

  • updated to new miniaudio C library version
  • added seek_frame parameter to the various streaming functions, to skip ahead in the audio file
  • merged a contribution adding stop callback and indication if device is running

release 1.6

07 Jul 21:18

Choose a tag to compare

  • new: Streaming audio decoding
  • new: Streaming sample format conversion
  • new: can read/write wav with float32 sample format
  • new: can provide desired audio backend to use, and some extra other options to the audio device
  • change: dither mode added to more functions
  • change: reading a file no longer automatically converts it to 16 bit
  • bugfix: array type for 8-bit is now unsigned byte
  • bugfix: vorbis_read_file was missing a memory free

release 1.5

04 Jul 15:58

Choose a tag to compare

  • API change: uses Enums instead of just low level integers
  • API change: several function or method signatures have been altered
  • Sample format conversion functions added
  • Updated to the latest dev version of the miniaudio C library to get a few fixes one of which was causing a segfault earlier
  • the sample playback generator can now also yield numpy arrays (in the shape [numframes, numchannels] )

release 1.4

03 Jul 11:53

Choose a tag to compare

compared to the previous release 1.3, capture and duplex support are the most important additions