The ogg/opus decoder.
More...
#include <regex.h>
#include <opus/opus.h>
#include <opus/opus_multistream.h>
#include <ogg/ogg.h>
#include <math.h>
#include "para.h"
#include "list.h"
#include "sched.h"
#include "buffer_tree.h"
#include "filter.h"
#include "error.h"
#include "string.h"
#include "opus_common.h"
◆ __STDC_VERSION__
#define __STDC_VERSION__ 0 |
◆ MAX_FRAME_SIZE
#define MAX_FRAME_SIZE (960*6) |
◆ OPUSDEC_MAX_OUTPUT_SIZE
#define OPUSDEC_MAX_OUTPUT_SIZE (1024 * 1024) |
◆ lsg_filter_cmd_com_opusdec_user_data
const struct filter lsg_filter_cmd_com_opusdec_user_data |
Initial value:= {
.open = opusdec_open,
.close = opusdec_close,
.pre_monitor = opusdec_pre_monitor,
.post_monitor = opusdec_post_monitor,
.execute = opusdec_execute,
}