mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
5 lines
137 B
Rust
5 lines
137 B
Rust
use crate::*;
|
|
|
|
/// Timestamp in audio samples
|
|
#[derive(Debug, Default)] pub struct SampleCount(AtomicF64);
|
|
impl_time_unit!(SampleCount);
|