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)
- Host: GitHub
- URL: https://github.com/livekit/amrwb-cgo
- Owner: livekit
- License: apache-2.0
- Created: 2026-05-20T13:09:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-22T18:19:58.000Z (about 1 month ago)
- Last Synced: 2026-05-22T21:53:27.271Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)