mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-19 06:41:47 -05:00
SDRPlay plugin: use multiples of 32 for the IF dedicated sample rates (1792, 6400 kS/s)
This commit is contained in:
parent
9b63cf2670
commit
ebdec74822
@ -481,7 +481,7 @@ void SDRPlayGui::on_record_toggled(bool checked)
|
|||||||
|
|
||||||
unsigned int SDRPlaySampleRates::m_rates[m_nb_rates] = {
|
unsigned int SDRPlaySampleRates::m_rates[m_nb_rates] = {
|
||||||
1536000, // 0
|
1536000, // 0
|
||||||
1800000, // 1
|
1792000, // 1
|
||||||
2000000, // 2
|
2000000, // 2
|
||||||
2048000, // 3
|
2048000, // 3
|
||||||
2304000, // 4
|
2304000, // 4
|
||||||
@ -495,7 +495,7 @@ unsigned int SDRPlaySampleRates::m_rates[m_nb_rates] = {
|
|||||||
5000000, // 12
|
5000000, // 12
|
||||||
6000000, // 13
|
6000000, // 13
|
||||||
6144000, // 14
|
6144000, // 14
|
||||||
6480000, // 15
|
6400000, // 15
|
||||||
8000000, // 16
|
8000000, // 16
|
||||||
8192000, // 17
|
8192000, // 17
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user