SYMBOL INDEX (30 symbols across 6 files) FILE: alignment_by_row_channels.py function extract_audio (line 10) | def extract_audio(dir, video_file): function read_audio (line 21) | def read_audio(audio_file): function make_horiz_bins (line 26) | def make_horiz_bins(data, fft_bin_size, overlap, box_height): function fourier (line 58) | def fourier(sample): #, overlap): function make_vert_bins (line 69) | def make_vert_bins(horiz_bins, box_width): function find_bin_max (line 82) | def find_bin_max(boxes, maxes_per_box): function find_freq_pairs (line 102) | def find_freq_pairs(freqs_dict_orig, freqs_dict_sample): function find_delay (line 113) | def find_delay(time_pairs): function align (line 129) | def align(video1, video2, dir, fft_bin_size=1024, overlap=0, box_height=... FILE: app.py function allowed_file (line 17) | def allowed_file(filename): function index (line 23) | def index(): function watch (line 113) | def watch(): FILE: model.py class Track (line 17) | class Track(Base): class Analysis (line 36) | class Analysis(Base): class Group (line 47) | class Group(Base): function main (line 83) | def main(): FILE: static/js/videoSync.js function init (line 11) | function init() { function onYouTubeIframeAPIReady (line 22) | function onYouTubeIframeAPIReady() { // create function that creates sim... function onPlayerReady (line 47) | function onPlayerReady(event) { function onPlayClick (line 66) | function onPlayClick(event) { function onPauseClick (line 120) | function onPauseClick(event) { FILE: templates/bootstrap/js/bootstrap.js function removeElement (line 115) | function removeElement() { function clearMenus (line 743) | function clearMenus() { function getParent (line 750) | function getParent($this) { function removeWithAnimation (line 1282) | function removeWithAnimation() { function ScrollSpy (line 1553) | function ScrollSpy(element, options) { function next (line 1764) | function next() { FILE: youtube_downloads.py function convert_video (line 11) | def convert_video(mp4_video, dir): function youtube_to_mp4 (line 20) | def youtube_to_mp4(youtube_link, song_title, dir): function youtube_thumbnail (line 27) | def youtube_thumbnail(youtube_link):