Categorygithub.com/darwinOrg/go-media
modulepackage
0.0.3
Repository: https://github.com/darwinorg/go-media.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New builds a new OGG Opus writer.
NewWith initialize a new OGG Opus writer with an io.Writer output.
NewWith returns a new Ogg reader and Ogg header with an io.Reader input.
No description provided by the author
No description provided by the author
SimpleF32ToS16le f32 48000 to s16le 16000.

# Variables

No description provided by the author
No description provided by the author

# Structs

OggHeader is the metadata from the first two pages in the file (ID and Comment) https://tools.ietf.org/html/rfc7845.html#section-3.
OggPageHeader is the metadata for a Page Pages are the fundamental unit of multiplexing in an Ogg stream https://tools.ietf.org/html/rfc7845.html#section-1.
OggReader is used to read Ogg files and return page payloads.
OggWriter is used to take RTP packets and write them to an OGG on disk.