pub fn assert_nonzero_between<P: PluginExport>(
result: &DriverResult<P>,
start: Duration,
end: Duration,
)Expand description
Assert non-zero audio somewhere in [start, end).
ยงPanics
Panics if start >= end, or if every sample in the half-open
range is at or below AUDIBLE_THRESHOLD.