An open API service indexing awesome lists of open source software.

https://github.com/livekit/amrwb-cgo

AMR-WB codec for Go (using CGo)
https://github.com/livekit/amrwb-cgo

Last synced: 8 days ago
JSON representation

AMR-WB codec for Go (using CGo)

Awesome Lists containing this project

README

          

# AMR-WB encoder and decoder for Go

This package provides CGo bindings for AMR-WB encoder and decoder.
All C source is bundled into the package, so no external dependencies are required.

Decoder is based on [opencore-amr](https://sourceforge.net/projects/opencore-amr/)
and encoder is based on [vo-amrwbenc](https://github.com/mstorsjo/vo-amrwbenc).

# License

Apache License 2.0 (see license headers)