Module repacketizer

Module repacketizer 

Source
Expand description

Opus packet manipulation

Structs§

OngoingRepacketizer
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.