26#if !defined(_SPANDSP_PRIVATE_SUPER_TONE_RX_H_) 
   27#define _SPANDSP_PRIVATE_SUPER_TONE_RX_H_ 
   29#define SUPER_TONE_BINS 128 
   35    int recognition_duration;
 
   43    int monitored_frequencies;
 
   44    int pitches[SUPER_TONE_BINS/2][2];
 
   57    tone_report_func_t tone_callback;
 
   58    tone_segment_func_t segment_callback;
 
Definition tone_detect.h:33
Definition tone_detect.h:46
Definition private/super_tone_rx.h:41
Definition private/super_tone_rx.h:32
Definition private/super_tone_rx.h:52