mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-02-01 15:21:09 +03:00
fixed point resampling option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user