google / opuscpp

c++ wrapper around libopus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPUS C++ Wrapper

This library provides an Encoder and Decoder as a thin wrapper around existing opus C functions. The majority of the documentation refers to the relevant libopus C functions.

Logging is done with glog and unit tests are done with googletest.

This is not an officially supported Google product.

About

c++ wrapper around libopus

License:Apache License 2.0


Languages

Language:C++ 94.0%Language:Python 6.0%