SSTV decoding and saving

sequenceDiagram
actor U as Uparticipant UI
participant R as Runtime
participant D as Decoder
participant S as Store
U->>UI: Start RX
UI->>R: start
R->>D: audio
D-->>UI: mode/level/progress
D-->>R: frame
R->>S: save
S-->>UI: path/error