1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

Tx ph.2: allow 80 kS/s sample rate for non (N+1)/N interpolation

This commit is contained in:
f4exb 2016-10-27 17:59:00 +02:00
parent 50c5836c0e
commit 63083885be

View File

@ -327,7 +327,7 @@ void FileSinkGui::tick()
}
}
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 64, 72};
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 64, 80};
unsigned int FileSinkSampleRates::m_nb_rates = 4;
unsigned int FileSinkSampleRates::getRate(unsigned int rate_index)