mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-07 01:00:09 +01:00
allow adjustment of the bandpass
This commit is contained in:
parent
f6437067f4
commit
a539fc8fa6
|
|
@ -15,6 +15,8 @@ Filter.prototype.getLimits = function() {
|
|||
max_bw = 50000;
|
||||
} else if (this.demodulator.get_modulation() === "freedv") {
|
||||
max_bw = 4000;
|
||||
} else if (this.demodulator.get_modulation() === "dab") {
|
||||
max_bw = 1000000;
|
||||
} else {
|
||||
max_bw = (audioEngine.getOutputRate() / 2) - 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue