Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@joetoddsonos joetoddsonos released this 16 Apr 15:00
· 0 commits to develop since this release
e221c2b
  • This fixes a bug where decoder threads are left hanging waiting for more data to process, when the stream has already finished.
  • Switching polling for thread signalling with Events, and also added a Lock when reading/writing the buffer.
  • I also updated the FileEncoder to automatically detect the bit depth of the input file, and use this for encoding. An error is raised if it is not 16 or 32 bit PCM. Since this made the dtype variable redundant, I updated the version to v3.
  • Added @GOAE 's suggestion of a OneShotDecoder for anyone that just wants to decode a buffer once, rather than in real time.
  • Added official support for Python3.12