mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:43:53 +02:00
start audio-mix timestamp now
This commit is contained in:
parent
2bc725e2be
commit
997c015b7f
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void AudioMixer::start() {
|
|||
|
||||
// mix state
|
||||
unsigned int frame = 1;
|
||||
auto frameTimestamp = p_high_resolution_clock::time_point::min();
|
||||
auto frameTimestamp = p_high_resolution_clock::now();
|
||||
|
||||
while (!_isFinished) {
|
||||
auto ticTimer = _ticTiming.timer();
|
||||
|
|
Loading…
Reference in a new issue