liblc3

Low Complexity Communication Codec library and tools for audio

brewmacoslinux
Try with needOr install directly
Source

About

Low Complexity Communication Codec library and tools

Commands

lc3lc3enclc3dec

Examples

Encode a WAV audio file to LC3 format$ lc3enc input.wav output.lc3
Decode an LC3 file back to WAV format$ lc3dec input.lc3 output.wav
Encode with specific bitrate (64 kbps)$ lc3enc -b 64000 input.wav output.lc3