mirror of
https://github.com/overte-org/overte.git
synced 2025-07-29 21:34:53 +02:00
Potential cause of that buzzsaw when resetting
This commit is contained in:
parent
1dd7d108d8
commit
7b2d5e7fab
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ void InboundAudioStream::reset() {
|
||||||
_isStarved = true;
|
_isStarved = true;
|
||||||
_hasStarted = false;
|
_hasStarted = false;
|
||||||
resetStats();
|
resetStats();
|
||||||
cleanupCodec();
|
// FIXME: calling cleanupCodec() seems to be the cause of the buzzsaw -- we get an assert
|
||||||
|
// after this is called in AudioClient. Ponder and fix...
|
||||||
|
// cleanupCodec();
|
||||||
}
|
}
|
||||||
|
|
||||||
void InboundAudioStream::resetStats() {
|
void InboundAudioStream::resetStats() {
|
||||||
|
|
Loading…
Reference in a new issue