try increasing 2ndbuffer size to 64k

This commit is contained in:
Cameron Grant 2000-04-05 00:56:02 +00:00
parent 8b455f8d05
commit 119a24a450

View File

@ -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)