Releases: Youjose/PyCriCodecs
PyCriCodecs 0.4.11 Release
PyCriCodecs 0.4.9 Release
There were couple of bugs in the ADX decoding code:
- Fix bug where any looping ADX would not decode and error, and invalid ADX wouldn't.
- Fix bug on writing PCM data on ADX decoding.
- Fix bug on writing looping information for the resulting decoding.
- Fix bug where on an edge case, last frame of the ADX would not be decoded.
- Fix bug where a 'segfault' may occur on decoding.
- General memory management improvement and patching memory leaks.
PyCriCodecs 0.4.8 Release
Fixes HCA encoding bug, also adds HCA encoding quality options.
PyCriCodecs 0.4.7 Release
Added the os.path.join in setup.py for cross platform and fixed some other bugs and added a feature.
PyCriCodecs 0.4.6 Release
Fix PCM module.
PyCriCodecs 0.4.5 Release v2
Remove a left out print statement in pcm.cpp.
PyCriCodecs 0.4.5 Release
Fixed bugs in AWB, ADX, HCA from 0.3.0 and some overhauls in some files.
May have some broken changes, as per my testing there is none. Please report any issues if you find any.
PyCriCodecs 0.4.3 Unstable
PyCriCodecs 0.4.3, with some more bug fixes and additional features.
A complete rework for the ADX API, which broken the USM library for now, that's why it is unstable.
This wheel is only for python 3.11
PyCriCodecs 0.3.0
Wheel for python 3.11.
Added improved HCA encoding, decoding, encrypting and decrypting.
As well as some improvements for AWB building.
PyCriCodecs 0.2.7
PyCriCodecs ver. 0.2.7
Main changes: Vastly improved CPK packing over last version.