Making SSTV decoder take audio from the primary demodulator.

This commit is contained in:
Marat Fayzullin 2023-09-03 18:03:05 -04:00
parent d8be0212ed
commit 763a13aa15
1 changed files with 0 additions and 2 deletions

View File

@ -141,8 +141,6 @@ class SstvDemodulator(ServiceDemodulator, DialFrequencyReceiver):
self.sampleRate = 24000
self.dbgTime = 300000
workers = [
Agc(Format.COMPLEX_FLOAT),
RealPart(),
SstvDecoder(self.sampleRate, self.dbgTime),
self.parser
]