Home
last modified time | relevance | path

Searched refs:hz_peak (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/bat/
H A Danalyze.c70 float hz_peak = (float) (peak) * hz; in check_peak() local
75 fprintf(bat->log, _("Detected peak at %2.2f Hz of %2.2f dB\n"), hz_peak, in check_peak()
80 if (hz_peak < DC_THRESHOLD) { in check_peak()
82 hz_peak); in check_peak()
85 } else if (hz_peak < bat->target_freq[channel] - tolerance) { in check_peak()
87 hz_peak); in check_peak()
89 } else if (hz_peak > bat->target_freq[channel] + tolerance) { in check_peak()
91 hz_peak); in check_peak()

Completed in 2 milliseconds