Increase the YSF TX buffer.

48kHz
Jonathan Naylor 2016-04-13 08:01:01 +01:00
parent 275c63368b
commit 8bfff17ace
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ q15_t YSF_D[] = {-1408, -1408, -1408, -1408, -1408};
CYSFTX::CYSFTX() :
m_buffer(),
m_buffer(1500U),
m_modFilter(),
m_modState(),
m_poBuffer(),