symphonia-format-riff

Crates.iosymphonia-format-riff
lib.rssymphonia-format-riff
version0.5.4
sourcesrc
created_at2024-02-27 03:36:48.590683
updated_at2024-02-27 03:36:48.590683
descriptionPure Rust RIFF demuxer (a part of project Symphonia).
homepagehttps://github.com/pdeljanov/Symphonia
repositoryhttps://github.com/pdeljanov/Symphonia
max_upload_size
id1154462
size71,021
Philip Deljanov (pdeljanov)

documentation

README

Symphonia RIFF (AIFF, AVI, WAVE) Demuxer

Docs

AIFF/AVI/WAVE demuxer for Project Symphonia.

Note: This crate is part of Symphonia. Please use the symphonia crate instead of this one directly.

Support

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

License

Symphonia is provided under the MPL v2.0 license. Please refer to the LICENSE file for more details.

Contributing

Symphonia is a free and open-source project that welcomes contributions! To get started, please read our Contribution Guidelines.

Commit count: 562

cargo fmt