mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 18:49:15 -04:00
Fixed waterfall frequency scale in Replay app (#1337)
* Fix waterfall frequency scale in Replay * Fix waterfall frequency scale in Replay
This commit is contained in:
parent
2214533894
commit
002ef720ee
2 changed files with 2 additions and 4 deletions
|
@ -46,6 +46,8 @@ void ReplayProcessor::execute(const buffer_c8_t& buffer) {
|
|||
|
||||
if (!configured || !stream) return;
|
||||
|
||||
buffer_c16_t iq_buffer{iq.data(), iq.size(), baseband_fs / 8};
|
||||
|
||||
// File data is in C16 format, we need C8
|
||||
// File samplerate is 500kHz, we're at 4MHz
|
||||
// iq_buffer can only be 512 C16 samples (RAM limitation)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue