mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Widen capture mode sampling rate, baseband filter.
This commit is contained in:
parent
6de2df7c99
commit
8119980370
@ -96,8 +96,8 @@ public:
|
|||||||
private:
|
private:
|
||||||
static constexpr ui::Dim header_height = 2 * 16;
|
static constexpr ui::Dim header_height = 2 * 16;
|
||||||
|
|
||||||
static constexpr uint32_t sampling_rate = 2457600;
|
static constexpr uint32_t sampling_rate = 4000000;
|
||||||
static constexpr uint32_t baseband_bandwidth = 1750000;
|
static constexpr uint32_t baseband_bandwidth = 2500000;
|
||||||
|
|
||||||
std::unique_ptr<AudioThread> capture_thread;
|
std::unique_ptr<AudioThread> capture_thread;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user