libdragon
Loading...
Searching...
No Matches
wav64_vadpcm_internal.h
Go to the documentation of this file.
1
5#ifndef LIBDRAGON_AUDIO_VADPCM_INTERNAL_H
6#define LIBDRAGON_AUDIO_VADPCM_INTERNAL_H
7
14
15#endif
WAV64 structure.
Definition wav64.h:33
void wav64_vadpcm_close(wav64_t *wav)
Close VADPCM decoder and free resources.
Definition wav64_vadpcm.c:247
void wav64_vadpcm_init(wav64_t *wav)
Initialize VADPCM decoder for a WAV64 file.
Definition wav64_vadpcm.c:228
int wav64_vadpcm_get_bitrate(wav64_t *wav)
Get the bitrate of the VADPCM stream.
Definition wav64_vadpcm.c:253