+ /// Handle the next sample.
+ ///
+ /// If a frame can be decoded, return it, along with an indication of many errors were fixed by FEC.
+ fn demod(&mut self, sample: i16) -> Option<(Frame, u8)>;
+ /// Does somebody else appear to be transmitting at the moment?