start audio-mix timestamp now

This commit is contained in:
Zach Pomerantz 2017-01-24 21:28:40 +00:00
parent 2bc725e2be
commit 997c015b7f

View file

@ -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();