Skip to content

Releases: channel-io/go-g729

v0.1.1

13 Jan 06:00
Compare
Choose a tag to compare

Updates

  • Fix go.mod, update README about example @distrue

v0.1.0

13 Jan 05:53
5950487
Compare
Choose a tag to compare

go-g729

This package provides Go bindings for the BelledonneCommunications C library bcg729.
The C libraries and docs are provided in https://github.com/BelledonneCommunications/bcg729. This package just handles the wrapping in Go, and is unaffiliated with BelledonneCommunications.

  • G729 encoder/decoder with cgo execution @distrue