ogg

Crates.ioogg
lib.rsogg
version0.9.1
sourcesrc
created_at2016-04-17 03:27:23.255976
updated_at2023-12-10 18:52:35.312441
descriptionOgg container decoder and encoder written in pure Rust
homepage
repositoryhttps://github.com/RustAudio/ogg
max_upload_size
id4768
size104,814
Cratesio-publish (github:rustaudio:cratesio-publish)

documentation

https://docs.rs/ogg/0.8.0

README

Ogg docs.rs documentation

An Ogg decoder and encoder. Implements the xiph.org Ogg spec in pure Rust.

If the async feature is disabled, Version 1.56.1 of Rust is the minimum supported one.

Note: .ogg files are vorbis encoded audio files embedded into an Ogg transport stream. There is no extra support for vorbis codec decoding or encoding in this crate, so you need additional functionality in order to decode them. For example, you can use the lewton crate.

Also note that the encoder part of the Crate isn't as well tested as the decoder part, in fact it was only written in order to write compact testing code for the decoder.

License

Licensed under the three clause BSD license. For details, see the LICENSE file.

Commit count: 157

cargo fmt