pub const INTER_IMPULSE_GAP: Duration;Expand description
Minimum quiet time enforced between consecutive impulses.
After an echo is detected the previous impulse’s reverb tail may still be decaying.
Waiting INTER_IMPULSE_GAP before the next emission prevents that tail from being
mistaken for the next echo.