Buffer Size bug.Set fixed for now : need to add a variable and made a calculation depend on bitrate for low delay

pull/53/merge
F5OEO 2016-12-09 11:21:12 +00:00
rodzic 9857e108b9
commit 055c37c7ea
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -701,7 +701,8 @@ int InitDTX1()
}
#define BIG_BUFFER_SIZE ((int)((NUM_SAMPLES*4*1.5)/188)*188)
//#define BIG_BUFFER_SIZE ((int)((NUM_SAMPLES*4*1.5)/188)*188)
#define BIG_BUFFER_SIZE (18800*8)
#define BURST_MEM_SIZE (188)
typedef struct circular_buffer
{