The flac decoder.
More...
#include <regex.h>
#include <FLAC/stream_decoder.h>
#include "para.h"
#include "list.h"
#include "sched.h"
#include "buffer_tree.h"
#include "filter.h"
#include "error.h"
#include "string.h"
◆ TELL_CB_DUMMY_VAL
#define TELL_CB_DUMMY_VAL 1000000 |
◆ FLACDEC_MAX_OUTPUT_SIZE
#define FLACDEC_MAX_OUTPUT_SIZE (640 * 1024) |
◆ lsg_filter_cmd_com_flacdec_user_data
const struct filter lsg_filter_cmd_com_flacdec_user_data |
Initial value:= {
.open = flacdec_open,
.close = flacdec_close,
.pre_monitor = flacdec_pre_monitor,
.post_monitor = flacdec_post_monitor,
.execute = flacdec_execute,
}