Paraslash Audio Streaming | |
About News Download Documentation Development |
Audio format handler for ogg/opus files. More...
#include <ogg/ogg.h>
#include <regex.h>
#include "para.h"
#include "afh.h"
#include "error.h"
#include "portable_io.h"
#include "string.h"
#include "opus_common.h"
#include "ogg_afh_common.h"
Macros | |
#define | OPUS_COMMENT_HEADER "OpusTags" |
Variables | |
const struct audio_format_handler | opus_afh |
The audio format handler for ogg/opus. More... | |
Audio format handler for ogg/opus files.
#define OPUS_COMMENT_HEADER "OpusTags" |
const struct audio_format_handler opus_afh |
The audio format handler for ogg/opus.
The opus codec was standardized by the Internet Engineering Task Force and is described in RFC 6716 (2012). The audio format handler depends on the ogg and the opus libraries.