fixed point resampling option

This commit is contained in:
philippe44
2019-06-26 21:31:50 -07:00
parent 375a5aec2a
commit a75f1f0cd5
11 changed files with 272 additions and 11 deletions

View File

@@ -348,7 +348,7 @@ struct codec *register_vorbis(void) {
static struct codec ret = {
'o', // id
"ogg", // types
2048, // min read
4096, // min read
20480, // min space
vorbis_open, // open
vorbis_close, // close