mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
Reduce buffer size
This commit is contained in:
parent
87feadd451
commit
a938c8b708
1 changed files with 1 additions and 1 deletions
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_useCOS(true),
|
||||
m_rfAudioBoost(1U),
|
||||
m_downsampler(1024)//Size might need adjustement
|
||||
m_downsampler(128)//Size might need adjustement
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue