mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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
|
// mix state
|
||||||
unsigned int frame = 1;
|
unsigned int frame = 1;
|
||||||
auto frameTimestamp = p_high_resolution_clock::time_point::min();
|
auto frameTimestamp = p_high_resolution_clock::now();
|
||||||
|
|
||||||
while (!_isFinished) {
|
while (!_isFinished) {
|
||||||
auto ticTimer = _ticTiming.timer();
|
auto ticTimer = _ticTiming.timer();
|
||||||
|
|
Loading…
Reference in a new issue