1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-13 23:13:49 -04:00

Tx ph.2: allow decimation in AM modulator i.e. output sample rate lower than audio rate

This commit is contained in:
f4exb
2016-10-28 04:34:06 +02:00
parent 4d273d8a13
commit babd4f8014
2 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ void FileSinkGui::tick()
}
}
unsigned int FileSinkSampleRates::m_rates[] = {48, 60, 60, 64, 72};
unsigned int FileSinkSampleRates::m_rates[] = {32, 36, 48, 64, 72};
unsigned int FileSinkSampleRates::m_nb_rates = 5;
unsigned int FileSinkSampleRates::getRate(unsigned int rate_index)