|
Paraslash Audio Streaming |
About News Download Documentation Development |
Macros | |
#define | MAX_FRAME_SIZE 2000 |
Variables | |
const struct filter | lsg_filter_cmd_com_spxdec_user_data |
Paraslash's ogg/speex decoder.
#define MAX_FRAME_SIZE 2000 |
Size of the output buffer.
Valid streams have frame sizes in the range from 160 to 640. To avoid buffer overflows, we bail out if the decoder reports a value bigger than this.
const struct filter lsg_filter_cmd_com_spxdec_user_data |