mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
new radio code + fixes
This commit is contained in:
@@ -805,9 +805,9 @@ namespace dsp {
|
||||
generic_hier_block<StereoFMDemod>::_block_init = true;
|
||||
}
|
||||
|
||||
void setInput(stream<float>* input) {
|
||||
void setInput(stream<complex_t>* input) {
|
||||
assert(generic_hier_block<StereoFMDemod>::_block_init);
|
||||
r2c.setInput(input);
|
||||
demod.setInput(input);
|
||||
}
|
||||
|
||||
void setDeviation(float deviation) {
|
||||
|
||||
Reference in New Issue
Block a user