pub fn assert_silence_between<P: PluginExport>(
result: &DriverResult<P>,
start: Duration,
end: Duration,
)Expand description
Assert silence across [start, end). More precise than
assert_silence_after when both endpoints matter.
ยงPanics
Panics if start >= end, or if any sample in the half-open
range has absolute value at or above AUDIBLE_THRESHOLD.