|
LMMS
|
#include <stdio.h>#include "../../ogg.h"#include "../../codec.h"#include "codec_internal.h"#include "registry.h"#include "misc.h"#include "os.h"Functions | |
| int | vorbis_synthesis (vorbis_block *vb, ogg_packet *op) |
| int | vorbis_synthesis_trackonly (vorbis_block *vb, ogg_packet *op) |
| long | vorbis_packet_blocksize (vorbis_info *vi, ogg_packet *op) |
| int | vorbis_synthesis_halfrate (vorbis_info *vi, int flag) |
| int | vorbis_synthesis_halfrate_p (vorbis_info *vi) |
| long vorbis_packet_blocksize | ( | vorbis_info * | vi, |
| ogg_packet * | op ) |
| int vorbis_synthesis | ( | vorbis_block * | vb, |
| ogg_packet * | op ) |
| int vorbis_synthesis_halfrate | ( | vorbis_info * | vi, |
| int | flag ) |
| int vorbis_synthesis_halfrate_p | ( | vorbis_info * | vi | ) |
| int vorbis_synthesis_trackonly | ( | vorbis_block * | vb, |
| ogg_packet * | op ) |