Skip to content
 
 

Repository files navigation

Opus Audio Tools

Travis Build Status AppVeyor Build Status

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/

编译 (Debian 10)

# 环境准备
sudo apt install libogg-dev libopus-dev libflac-dev autoconf
./autogen.sh
./configure

# 编译
make opuswrap

编译 (Debian 12)

# 环境准备
sudo apt install libogg-dev libopus-dev libflac-dev autoconf2.69
# 修改 autogen.sh 中最后一行为 autoreconf2.69 -isf
./autogen.sh
./configure LIBS="-lm"

# 编译
make opuswrap

About

A set of tools to encode, inspect, and decode audio in the Opus format.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages