opencore-amr

Audio codec library for AMR-NB and AMR-WB from Android

brewmacoslinux
Try with needOr install directly
Source

About

Audio codecs extracted from Android open source project

Commands

opencore-amr

Examples

Link against opencore-amr library in C/C++ projects$ gcc -o decoder decoder.c $(pkg-config --cflags --libs opencore-amrnb)
Check installed opencore-amr version and location$ pkg-config --modversion opencore-amrnb
Verify library files are available after installation$ ls $(pkg-config --variable=libdir opencore-amrnb)