-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
I would like to be able to manually construct the vorbis headers without reading them from a byte stream. I'm reading the vorbis data from a custom format which encodes the headers differently, but the rest of the data is still the same.
As of now some parts of the header creation process in this library are only public within the crate. I can submit a PR making them all public, but I'm not sure if that would allow me to create them manually.
Picoseconds