Decrease PCM buffer size to prevent memory warnings

This commit is contained in:
Alexey Savin 2015-09-29 18:42:18 +03:00
parent 6f14432449
commit d52a2a39c2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
#define STK_DBOFFSET (-74.0)
#define STK_LOWPASSFILTERTIMESLICE (0.0005)
#define STK_DEFAULT_PCM_BUFFER_SIZE_IN_SECONDS (1000)
#define STK_DEFAULT_PCM_BUFFER_SIZE_IN_SECONDS (3 * 60)
#define STK_DEFAULT_SECONDS_REQUIRED_TO_START_PLAYING (1)
#define STK_DEFAULT_SECONDS_REQUIRED_TO_START_PLAYING_AFTER_BUFFER_UNDERRUN (7.5)
#define STK_MAX_COMPRESSED_PACKETS_FOR_BITRATE_CALCULATION (4096)