Home | History | Annotate | Download | only in audio

Lines Matching refs:best_delay

692     @returns: A tuple (max cross-correlation, best_delay) if data is valid.
708 max_cross_correlation, best_delay = get_max_cross_correlation(
754 return max_cross_correlation, best_delay + end_trimmed_length
769 best_delay: The best delay of test data in relative to golden
779 max_cross_correlation, best_delay = get_one_channel_correlation(
782 result_dict['best_delay'] = best_delay
871 best_delay: The best delay of test data in relative to golden
954 best_delays = set([result['best_delay'] for result in compare_results])