mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 15:12:30 -05:00
Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performance
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6701 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d94cba6d0f
commit
789791e659
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parm)
|
|||
|
||||
ci->configure(CODEC_SET_FILEBUF_LIMIT, (int *)(1024*1024*10));
|
||||
ci->configure(CODEC_SET_FILEBUF_WATERMARK, (int *)(1024*512));
|
||||
ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*128));
|
||||
|
||||
next_track:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue