Added channel centering cursor in waterfall view

Added more samplerate choices in capture
Updated binary
This commit is contained in:
furrtek 2018-04-18 22:44:41 +01:00
parent d0ce9610b5
commit 5636764226
7 changed files with 114 additions and 13 deletions

View file

@ -104,6 +104,8 @@ public:
void focus() override;
std::string title() const override { return "Analog audio"; };
private:
static constexpr ui::Dim header_height = 3 * 16;
@ -168,7 +170,7 @@ private:
u"AUD_????", RecordView::FileType::WAV, 4096, 4
};
spectrum::WaterfallWidget waterfall { };
spectrum::WaterfallWidget waterfall { true };
void on_tuning_frequency_changed(rf::Frequency f);
void on_baseband_bandwidth_changed(uint32_t bandwidth_hz);