rename time modules

This commit is contained in:
🪞👃🪞 2025-04-24 21:48:49 +03:00
parent 9f70441627
commit 866d88c8ec
14 changed files with 41 additions and 28 deletions

View file

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