paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
amp_filter.c File Reference

Variables

const char * stat_item_values [NUM_STAT_ITEMS]
 
const struct filter lsg_filter_cmd_com_amp_user_data
 

Detailed Description

Paraslash's amplify filter.

Variable Documentation

◆ stat_item_values

const char* stat_item_values[NUM_STAT_ITEMS]
extern

The array of status items sent by para_server.

The array of status items sent by para_server.

This is used by the amp filter which first tries to obtain the amplification value from an element in this array.

◆ lsg_filter_cmd_com_amp_user_data

const struct filter lsg_filter_cmd_com_amp_user_data
Initial value:
= {
.open = amp_open,
.close = amp_close,
.post_monitor = amp_post_monitor,
}
generic_filter_pre_monitor
void generic_filter_pre_monitor(struct sched *s, void *context)
Request a minimal timeout if not idle.
Definition: filter_common.c:180