mirror of https://github.com/g4klx/MMDVM.git
Reduce buffer size
This commit is contained in:
parent
87feadd451
commit
a938c8b708
2
FM.cpp
2
FM.cpp
|
@ -44,7 +44,7 @@ m_deemphasis (32768, -18801, 0, 32768, 13967, 0),//75µS 24kHz sampling rate
|
||||||
m_blanking(),
|
m_blanking(),
|
||||||
m_useCOS(true),
|
m_useCOS(true),
|
||||||
m_rfAudioBoost(1U),
|
m_rfAudioBoost(1U),
|
||||||
m_downsampler(1024)//Size might need adjustement
|
m_downsampler(128)//Size might need adjustement
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue