mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Tx ph.2: use a specialized interpolator similar to the decimator derived from the ancient interpolator
This commit is contained in:
@@ -327,8 +327,8 @@ void FileSinkGui::tick()
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 64, 80};
|
||||
unsigned int FileSinkSampleRates::m_nb_rates = 4;
|
||||
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 60, 64, 72};
|
||||
unsigned int FileSinkSampleRates::m_nb_rates = 5;
|
||||
|
||||
unsigned int FileSinkSampleRates::getRate(unsigned int rate_index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user