Releases: irmen/pyminiaudio
Releases · irmen/pyminiaudio
release 1.10
updated to new miniaudio library version 0.9.10 (no python api changes)
release 1.9
updated to new miniaudio library version 0.9.9 (no python api changes)
release 1.8
updated to new miniaudio library version 0.9.8
release 1.7
- 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
- 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
- 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
compared to the previous release 1.3, capture and duplex support are the most important additions