mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-07 08:24:47 -04:00
Channelizer tweaks
This commit is contained in:
@@ -326,13 +326,10 @@ int SDRThread::getOptimalChannelCount(long long sampleRate) {
|
||||
optimal_count--;
|
||||
}
|
||||
|
||||
if (optimal_count < 4) {
|
||||
optimal_count = 4;
|
||||
if (optimal_count < 2) {
|
||||
optimal_count = 2;
|
||||
}
|
||||
|
||||
// if (optimal_count > 16) {
|
||||
// optimal_count = 16;
|
||||
// }
|
||||
|
||||
return optimal_count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user