increase FTW FIFO size
This commit is contained in:
parent
dcb579fa3f
commit
944799ec1d
@ -86,7 +86,7 @@ static void dsp_thread()
|
||||
int32_t buf_in[SND_BUFLEN*SND_RCHAN];
|
||||
size_t buf_in_offset = sizeof(buf_in);
|
||||
|
||||
FIFO<phase_t, 16> ftw_fifo[SND_PCHAN];
|
||||
FIFO<phase_t, 32> ftw_fifo[SND_PCHAN];
|
||||
|
||||
int clipped_count = 0;
|
||||
double peak_running = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user