1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr2834'

This commit is contained in:
tux3 2016-01-21 16:03:15 +01:00
commit 5e11d6c9c8
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -563,6 +563,8 @@ void Audio::playGroupAudio(int group, int peer, const int16_t* data,
emit groupAudioPlayed(group, peer, volume / bufsize);
locker.unlock();
playAudioBuffer(call.alSource, data, samples, channels, sample_rate);
}