libdragon
|
WAV64 pluggable compression algorithm. More...
#include <wav64_internal.h>
Data Fields | |
void(* | init )(wav64_t *wav) |
Init function: parses extra header information for the specific codec. | |
void(* | close )(wav64_t *wav) |
Close function: deallocates memory for codec-specific data. | |
int(* | get_bitrate )(wav64_t *wav) |
Return the compressed bitrate, mainly used for statistics. | |
WAV64 pluggable compression algorithm.