Paraslash Audio Streaming | |
About News Download Documentation Development |
Audio format handler for flac files. More...
#include <regex.h>
#include <FLAC/stream_decoder.h>
#include <FLAC/metadata.h>
#include "para.h"
#include "error.h"
#include "afh.h"
#include "string.h"
#include "fd.h"
Variables | |
const struct audio_format_handler | flac_afh |
The audio format handler for flac (free lossless audio decoder). More... | |
Audio format handler for flac files.
const struct audio_format_handler flac_afh |
The audio format handler for flac (free lossless audio decoder).
It depends on libflac and on libogg.