feat: refactor input source handling and add audio input service
This commit is contained in:
@@ -34,6 +34,8 @@ extern Lowpass<double> lowpassBaud;
|
||||
extern MovingAverageUtil<double, double, 2048> preambleMovingAverage;
|
||||
extern double magsqRaw;
|
||||
|
||||
void ensureDSPInitialized();
|
||||
void processOneSample(int8_t i, int8_t q);
|
||||
void processBasebandSample(double sample);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user