Crate scuffle_opus

Source
Expand description

A pure Rust implementation of Opus ISOBMFF boxes.

This crates implements the Opus ISO Base Media File Format (ISOBMFF) boxes defined by Encapsulation of Opus in ISO Base Media File Format Version 0.6.8.

It serves only that purpose and does not implement any other Opus-related functionality.

Future work may change this.

See the changelog for a full release history.

§Feature flags

  • docs — Enables changelog and documentation of feature flags
  • isobmff — Enables isobmff boxes

§License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0

Modules§

boxesisobmff
ISO base media file format boxes for OPUS.
changelog
Changelogs generated by scuffle_changelog