Structs§
- A newtype around
&mut [u8]
to guarantee that accessing length on the underlying buffer is checked each time. - A newtype around
&[u8]
to guarantee:
Functions§
- Gets width of an Opus
packet
. - Gets number of frames in an Opus
packet
. - Gets number of samples per frame of an Opus
packet
.