use crate::*; /// Timestamp in audio samples #[derive(Debug, Default)] pub struct SampleCount(AtomicF64); impl_time_unit!(SampleCount);