This is opus-tools, a set of tools to encode, inspect, and decode audio in the Opus format.
For more information on Opus see https://www.opus-codec.org/
# 环境准备
sudo apt install libogg-dev libopus-dev libflac-dev autoconf
./autogen.sh
./configure
# 编译
make opuswrap# 环境准备
sudo apt install libogg-dev libopus-dev libflac-dev autoconf2.69
# 修改 autogen.sh 中最后一行为 autoreconf2.69 -isf
./autogen.sh
./configure LIBS="-lm"
# 编译
make opuswrap