SYMBOL INDEX (31 symbols across 6 files) FILE: bar_widget.py class BarWidget (line 5) | class BarWidget(QtGui.QWidget): method __init__ (line 6) | def __init__(self): method setBars (line 16) | def setBars(self, bars): method paintEvent (line 24) | def paintEvent(self, e): method drawBars (line 31) | def drawBars(self, painter): method barColor (line 53) | def barColor(self, bar): method blue2red (line 57) | def blue2red(self, position): function main (line 68) | def main(): FILE: gcc_phat.py function gcc_phat (line 21) | def gcc_phat(sig, refsig, fs=1, max_tau=None, interp=16): function main (line 54) | def main(): FILE: realtime_tdoa.py class Microphone (line 32) | class Microphone: method __init__ (line 34) | def __init__(self, rate=16000, channels=2): method _callback (line 41) | def _callback(self, in_data, frame_count, time_info, status): method read_chunks (line 45) | def read_chunks(self, size): method close (line 78) | def close(self): function main (line 83) | def main(): FILE: vad.py class WebRTCVAD (line 24) | class WebRTCVAD: method __init__ (line 25) | def __init__(self, sample_rate=16000, level=3): method is_speech (line 42) | def is_speech(self, data): method reset (line 83) | def reset(self): FILE: view.py class DOA (line 25) | class DOA: method __init__ (line 26) | def __init__(self): method start (line 31) | def start(self, quit_event=None, show=None): method _callback (line 66) | def _callback(self, in_data, frame_count, time_info, status): function main (line 72) | def main(): FILE: view_with_band_pass_filter.py function gcc_phat (line 25) | def gcc_phat(sig, refsig, fs=1, max_tau=None, interp=1): class DOA (line 66) | class DOA: method __init__ (line 67) | def __init__(self): method start (line 72) | def start(self, quit_event=None, show=None): method _callback (line 107) | def _callback(self, in_data, frame_count, time_info, status): function main (line 113) | def main():