mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:37:33 +00:00
3d2d76452c3148f57da3cd4d0e3b978f8dc462bc
OnMicPacket (HW mic packet -> WDSP, only when TX mic source is Radio) and PullSoundCardMic (sound-card input -> WDSP, when source is SoundCard) are pure data-path handlers with no UI/MainForm state, so they move verbatim into TRadioController. FormCreate now wires FNetwork.OnMicPacket and FDSPEngine.OnPullMicSamples to the controller's own methods. These are backend-agnostic consumers (they operate on the common interchange format), so they belong in the core regardless of HPSDR vs future Pluto backends. Behaviour unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Languages
Pascal
96.4%
Python
2.9%
Shell
0.6%