Crates.io | symphonia-format-riff |
lib.rs | symphonia-format-riff |
version | 0.5.4 |
source | src |
created_at | 2024-02-27 03:36:48.590683 |
updated_at | 2024-02-27 03:36:48.590683 |
description | Pure Rust RIFF demuxer (a part of project Symphonia). |
homepage | https://github.com/pdeljanov/Symphonia |
repository | https://github.com/pdeljanov/Symphonia |
max_upload_size | |
id | 1154462 |
size | 71,021 |
AIFF/AVI/WAVE demuxer for Project Symphonia.
Note: This crate is part of Symphonia. Please use the symphonia
crate instead of this one directly.
This crate supports demuxing media containers based off the Resource Interchange File Format (RIFF). Specific format support may be enabled or disabled using feature flags. However, by default, all formats are enabled.
Format | Feature Flag | Default |
---|---|---|
AIFF | aiff |
Yes |
WAVE | wav |
Yes |
Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.
Symphonia is a free and open-source project that welcomes contributions! To get started, please read our Contribution Guidelines.