[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

View File

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