try increasing 2ndbuffer size to 64k
This commit is contained in:
parent
8b455f8d05
commit
119a24a450
@ -90,6 +90,6 @@ extern pcm_feeder feeder_root;
|
||||
*/
|
||||
#define CHN_2NDBUFBLKSIZE (2 * 1024)
|
||||
/* The total number of blocks per secondary buffer. */
|
||||
#define CHN_2NDBUFBLKNUM (8)
|
||||
#define CHN_2NDBUFBLKNUM (32)
|
||||
/* The size of a whole secondary buffer. */
|
||||
#define CHN_2NDBUFWHOLESIZE (CHN_2NDBUFBLKSIZE * CHN_2NDBUFBLKNUM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user