mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 17:49:14 -04:00
Scanner: Added last locked frequencies list
Added back squelch to NFM receiver Scanner: cleanup Widgets: VU-meter cleanup
This commit is contained in:
parent
bebec9ccf7
commit
38e14b1e30
18 changed files with 788 additions and 631 deletions
|
@ -51,6 +51,8 @@ public:
|
|||
void set_stream(std::unique_ptr<StreamInput> new_stream) {
|
||||
stream = std::move(new_stream);
|
||||
}
|
||||
|
||||
bool is_squelched();
|
||||
|
||||
private:
|
||||
static constexpr float k = 32768.0f;
|
||||
|
@ -68,6 +70,7 @@ private:
|
|||
|
||||
uint64_t audio_present_history = 0;
|
||||
|
||||
bool audio_present = false;
|
||||
bool do_processing = true;
|
||||
|
||||
void on_block(const buffer_f32_t& audio);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue