Expand description
Opus packet manipulation
Structs§
- Ongoing
Repacketizer - Ongoing repacketizer process
- Repacketizer
- Repacketizer can be used to merge multiple Opus packets into a single packet or alternatively to split Opus packets that have previously been merged
Functions§
- pad_
packet - Pads a given Opus packet to a larger size (possibly changing the TOC sequence).
- unpad_
packet - Remove all padding from a given Opus packet and rewrite the TOC sequence to minimize space usage.