unsigned int packetlen;
struct sockaddr_storage saddr;
socklen_t saddrlen;
+ float volume = 0.0;
const ALACSpecificConfig *config;
void *cb_data = NULL;
while(1) {
int volume_changed;
- float volume = 0.0;
int flush;
fd_set rfds;
int stream_fd = -1;
unsigned char packet[RAOP_PACKET_LEN];
unsigned int packetlen = 0;
+ float volume = 0.0;
const ALACSpecificConfig *config;
void *cb_data = NULL;
while (1) {
int volume_changed;
- float volume = 0.0;
fd_set rfds;
struct timeval tv;