Key Changes
New Features
- **Docker Support**:
- Added dockerized build job. (c68e822)
- Container pulling instructions added. (5fb99d0)
Enhancements
- **Platform Support**:
- Builds now support all platforms supported by the BASE_IMAGE. (648b518)
- Added support for Debian 12. (190ff9b)
- Builds now run on Windows and macOS. (5f644a9, 9f590d0)
Bug Fixes
- **Header Management**:
- Private headers are no longer installed. (1efecd7)
- Missing `g722.h` header added. (a635268)
- **Code Quality**:
- Unused imports removed. (59ee08c)
- Initialized length of numpy array correctly. (c603ab3, Issue: 6)
- Added simple unit tests for output length checking in encode and decode functions. (e915513)
Miscellaneous
- **DockerHub**: Avoid pushing into DockerHub for forked repositories. (64c49ac)
This release includes important updates and improvements to enhance the overall functionality and performance of the system. Users are encouraged to update to this latest version to benefit from these changes.
v_1_1_1
- Fix MacOS X build
- properly handle numpy build dependency
**Full Changelog**: https://github.com/sippy/libg722/compare/v_1_1_0...v_1_1_1
v_1_1_0
- Switch to using cmake (borrowed from the Arduino port);
- Add python module;
- Improve test code.
v_1_0_3
What's Changed
* Update Makefile by meerd in https://github.com/sippy/libg722/pull/3
* Saturating the output of the QMF to avoid over/under-flows in the decoder by cloppingemu in https://github.com/sippy/libg722/pull/4
New Contributors
* meerd made their first contribution in https://github.com/sippy/libg722/pull/3
* cloppingemu made their first contribution in https://github.com/sippy/libg722/pull/4
**Full Changelog**: https://github.com/sippy/libg722/compare/v_1_0_2...v_1_0_3