libsndfile decompression routines. More...
#include "stdinc.h"#include <sndfile.h>#include "audio_file.h"#include "audio_format.h"#include "audio_output.h"
Go to the source code of this file.
Functions | |
| int | sndfile_open (struct audio_file *fd, const char *ext) |
| Open a soundfile. | |
| void | sndfile_close (struct audio_file *fd) |
| Close the soundfile. | |
| size_t | sndfile_read (struct audio_file *fd, int16_t *buf, size_t len) |
| Read data from the soundfile and place it in buf. | |
| void | sndfile_seek (struct audio_file *fd, int len, int rel) |
| Seek a relative amount in seconds in the current file handle. | |
libsndfile decompression routines.
Definition in file audio_format_sndfile.c.
1.6.3