Update STKAudioPlayer.m

This commit is contained in:
Nikolai Ashanin 2015-10-01 18:16:38 +03:00
parent d52a2a39c2
commit 36a5f1cd22
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 (3 * 60)
#define STK_DEFAULT_PCM_BUFFER_SIZE_IN_SECONDS (2 * 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)