|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Vruta::SampleClock::SampleClock | ( | uint64_t | sample_rate = 48000 | ) |
Constructs a SampleClock with the specified sample rate.
| sample_rate | The number of samples per second (default: 48000) |
Creates a new SampleClock initialized at sample position 0. The sample rate determines the relationship between sample counts and real-time durations for all audio timing calculations.
Definition at line 8 of file Clock.cpp.