Making SSTV decoder take audio from the primary demodulator.
This commit is contained in:
parent
d8be0212ed
commit
763a13aa15
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue