Skip to content

Releases: sippy/libg722

v_1_2_0

30 Jul 00:21
Compare
Choose a tag to compare

Release Notes for Version 1.2.0

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

27 May 22:35
Compare
Choose a tag to compare
  • Fix MacOS X build
  • properly handle numpy build dependency

Full Changelog: v_1_1_0...v_1_1_1

1.1.0

22 Apr 23:45
Compare
Choose a tag to compare
  • Switch to using cmake (borrowed from the Arduino port);
  • Add python module;
  • Improve test code.

1.0.3

16 Mar 18:43
Compare
Choose a tag to compare

What's Changed

  • Update Makefile by @meerd in #3
  • Saturating the output of the QMF to avoid over/under-flows in the decoder by @cloppingemu in #4

New Contributors

Full Changelog: v_1_0_2...v_1_0_3