spdl.io.AudioPackets¶
- class AudioPackets[source]¶
Packets object containing audio samples.
Methods
clone
()Clone the packets, so that data can be decoded multiple times.
Attributes
The window this packets covers, denoted by start and end time in second.
- clone() AudioPackets [source]¶
Clone the packets, so that data can be decoded multiple times.
- Returns:
A clone of the packets.