alsa-project / alsa-utils

The Advanced Linux Sound Architecture (ALSA) - utilities
GNU General Public License v2.0
197 stars 136 forks source link

bat: really skip analysis of the first period and update related comment #237

Closed dbrignoli closed 11 months ago

dbrignoli commented 1 year ago

Prior to this change bat/analyze.c would skip the last period of the recording, contrary to the comment in the code which stated the first period was meant to be skipped.

The comment has been updated to state that both the first and last period are skipped and the code has been updated to match.