paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Variables
amp_filter.c File Reference

Paraslash's amplify filter. More...

#include <regex.h>
#include <lopsub.h>
#include "filter_cmd.lsg.h"
#include "para.h"
#include "list.h"
#include "sched.h"
#include "buffer_tree.h"
#include "filter.h"
#include "string.h"
#include "error.h"

Variables

char * stat_item_values [NUM_STAT_ITEMS]
 The array of status items sent by para_server. More...
 
const struct filter lsg_filter_cmd_com_amp_user_data
 

Detailed Description

Paraslash's amplify filter.

Variable Documentation

◆ stat_item_values

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:181