Skip to content

Commit

Permalink
Merge PR #6708: REFAC(client, audion): Various refactorings in AudioO…
Browse files Browse the repository at this point in the history
…utput
  • Loading branch information
Krzmbrzl authored Feb 7, 2025
2 parents 91ab126 + 8fc7a93 commit a218014
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 344 deletions.
3 changes: 2 additions & 1 deletion src/mumble/AudioInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,8 @@ void AudioInput::encodeAudioFrame(AudioChunk chunk) {

if (stopActiveCue) {
// Cancel active cue first, if there is any
ao->removeToken(m_activeAudioCue);
ao->invalidateToken(m_activeAudioCue);
m_activeAudioCue = {};
}

if (playAudioOnCue) {
Expand Down
Loading

0 comments on commit a218014

Please sign in to comment.