ruopus 0.1.1

A pure-Rust implementation of the Opus audio codec (RFC 6716). No FFI; unsafe confined to documented SIMD kernels.
Documentation
API reference
=============

Top level
---------

.. automodule:: ruopus
   :members:
   :imported-members:
   :show-inheritance:

Low-level layers
----------------

Direct access to the SILK, LPC, and CELT layers beneath the Opus packet codec.

.. automodule:: ruopus.lowlevel
   :members:
   :imported-members:
   :show-inheritance: