public static interface SoniTalkDecoder.SpectrumListener
Modifier and Type | Method and Description |
---|---|
void |
onSpectrum(float[][] spectrum,
boolean crcIsCorrect)
Called when a message is received by the SoniTalkDecoder.
|
void onSpectrum(float[][] spectrum, boolean crcIsCorrect)
spectrum
- two dimensional array containing energy levels for each frequency.crcIsCorrect
- true if no error was detected by the CRC checksum.