An open API service indexing awesome lists of open source software.

https://github.com/prior99/opus-sys

Rust FFI bindings for libopus.
https://github.com/prior99/opus-sys

Last synced: over 1 year ago
JSON representation

Rust FFI bindings for libopus.

Awesome Lists containing this project

README

          

# opus-sys

[![Build Status](https://travis-ci.org/Prior99/opus-sys.svg?branch=master)](https://travis-ci.org/Prior99/opus-sys)

Rust bindings for [opus](https://opus-codec.org/).

Will build opus from source. Don't forget to initialize git submodules (`git submodule update --init`) or clone with `--recursive`.

To conform with the `-sys` naming scheme, this project does not provide any higher level API.