ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
audio_send_packet_t Struct Reference

Audio packet for async sending. More...

Data Fields

uint8_t data [8 *4000]
 
size_t size
 
uint16_t frame_sizes [8]
 
int frame_count
 

Detailed Description

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.

Field Documentation

◆ data

uint8_t audio_send_packet_t::data[8 *4000]

Definition at line 184 of file src/client/audio.c.

Referenced by __attribute__().

◆ frame_count

int audio_send_packet_t::frame_count

Definition at line 187 of file src/client/audio.c.

Referenced by __attribute__().

◆ frame_sizes

uint16_t audio_send_packet_t::frame_sizes[8]

Definition at line 186 of file src/client/audio.c.

Referenced by __attribute__().

◆ size

size_t audio_send_packet_t::size

Definition at line 185 of file src/client/audio.c.

Referenced by __attribute__().


The documentation for this struct was generated from the following file: