Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e7b8194 authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix issue 2043314: Recorded audio is choppy.

Fixed cut/paste error causing constant reset of current frame index in input buffer.
parent 0ecc6d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2908,7 +2908,7 @@ bool AudioFlinger::RecordThread::threadLoop()
                    if (mReqChannelCount != mActiveTrack->channelCount()) {
                        mActiveTrack.clear();
                    } else {
                        mActiveTrack->mState == TrackBase::ACTIVE;
                        mActiveTrack->mState = TrackBase::ACTIVE;
                    }
                    mStartStopCond.broadcast();
                }