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"
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. | |
Ogg Vorbis decompression routines.
Definition in file audio_format_vorbis.c.
1.6.3