Registry / other / symphonia-utils-xiph

symphonia-utils-xiph

JSON →
library0.5.5rscratesunverified

Utilities for Xiph codecs and formats used by the Symphonia audio decoding library.

# Cargo.toml [dependencies] symphonia-utils-xiph = "0.5.5"
INSTALL
IMPORT
SIG · SYMPHONIA-UTILS-XI
S
symphonia-utils-xiph
otherrustv0.5.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XiphReader
use symphonia_utils_xiph::xiph::XiphReader;

Create a Xiph reader from byte data for parsing Xiph codec headers.

use symphonia_utils_xiph::xiph::XiphReader; fn main() { let data = vec![0x01, 0x02, 0x03]; let reader = XiphReader::new(&data); println!("Reader created with {} bytes", reader.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
symphonia-utils-xiph — cargo add symphonia-utils-xiph · libregistry