[−][src]Trait spectrusty_core::audio::SampleDelta
This trait is being used to calculate sample amplitude differences (∆).
Required methods
pub fn sample_delta(self, after: Self) -> Option<Self>[src]
Returns the difference (if any) between after and self (before).