audio_format_vorbis.c File Reference

Ogg Vorbis decompression routines. More...

#include "stdinc.h"
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
#include "audio_file.h"
#include "audio_format.h"
#include "audio_output.h"
Include dependency graph for audio_format_vorbis.c:

Go to the source code of this file.

Functions

static void vorbis_read_comments (struct audio_file *fd)
 Read tags from Ogg Vorbis file and store them in the audio file handle.
int vorbis_open (struct audio_file *fd, const char *ext)
 Open an Ogg Vorbis file.
void vorbis_close (struct audio_file *fd)
 Close and clean up the Ogg Vorbis file.
size_t vorbis_read (struct audio_file *fd, int16_t *buf, size_t len)
 Read data from the Ogg Vorbis file and place it in buf.
void vorbis_seek (struct audio_file *fd, int len, int rel)
 Seek a relative amount in seconds in the current file handle.

Detailed Description

Ogg Vorbis decompression routines.

Definition in file audio_format_vorbis.c.

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:04 2010 for herrie by  doxygen 1.6.3