diff --git a/libraries/audio/src/InboundAudioStream.cpp b/libraries/audio/src/InboundAudioStream.cpp index d781a1991b..a1a5915a8c 100644 --- a/libraries/audio/src/InboundAudioStream.cpp +++ b/libraries/audio/src/InboundAudioStream.cpp @@ -59,7 +59,9 @@ void InboundAudioStream::reset() { _isStarved = true; _hasStarted = false; 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() {