Crate ogg_metadata

Source
Expand description

Metadata parser library for various Ogg formats.

Supported formats:

  • Vorbis (Detect, Metadata)
  • Opus (Detect, Metadata)
  • Theora (Detect, Metadata)
  • Speex (Detect)

Support will be extended in the future, especially for the Theora codec.

Structs§

OpusMetadata
Metadata for the Opus audio codec.
TheoraMetadata
Metadata for the Theora video codec.
VorbisMetadata
Metadata for the Vorbis audio codec.

Enums§

OggFormat
OggMetadataError

Traits§

AudioMetadata

Functions§

read_format
Reads the format of the file.