[input] Increase input buffer size to two seconds

This commit is contained in:
ejurgensen 2017-07-08 23:37:12 +02:00
parent 6295f2d79a
commit 074b4e773d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include "input.h"
// Disallow further writes to the buffer when its size is larger than this threshold
#define INPUT_BUFFER_THRESHOLD STOB(44100)
#define INPUT_BUFFER_THRESHOLD STOB(88200)
// How long (in sec) to wait for player read before looping in playback thread
#define INPUT_LOOP_TIMEOUT 1