mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-28 03:48:33 +01:00
resolve conflict in radio
This commit is contained in:
parent
7ef88f23a8
commit
0144d8e8ce
@ -16,8 +16,8 @@ namespace demod {
|
|||||||
public:
|
public:
|
||||||
WFM() {}
|
WFM() {}
|
||||||
|
|
||||||
WFM(std::string name, ConfigManager* config, dsp::stream<dsp::complex_t>* input, double bandwidth) {
|
WFM(std::string name, ConfigManager* config, dsp::stream<dsp::complex_t>* input, double bandwidth, double audioSR) : diag(0.5, 4096) {
|
||||||
init(name, config, input, bandwidth);
|
init(name, config, input, bandwidth, audioSR);
|
||||||
}
|
}
|
||||||
|
|
||||||
~WFM() {
|
~WFM() {
|
||||||
|
Loading…
Reference in New Issue
Block a user