|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Audio packet for async sending. More...
Data Fields | |
| uint8_t | data [8 *4000] |
| size_t | size |
| uint16_t | frame_sizes [8] |
| int | frame_count |
Audio packet for async sending.
Represents a batch of Opus frames ready to be sent to the server. The sender thread pulls these from the queue and handles network I/O.
Definition at line 183 of file src/client/audio.c.
| uint8_t audio_send_packet_t::data[8 *4000] |
Definition at line 184 of file src/client/audio.c.
Referenced by __attribute__().
| int audio_send_packet_t::frame_count |
Definition at line 187 of file src/client/audio.c.
Referenced by __attribute__().
| uint16_t audio_send_packet_t::frame_sizes[8] |
Definition at line 186 of file src/client/audio.c.
Referenced by __attribute__().
| size_t audio_send_packet_t::size |
Definition at line 185 of file src/client/audio.c.
Referenced by __attribute__().