Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into refac-database
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 15, 2025
2 parents 1e11a1c + 5b8c175 commit a4bfa50
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
freebsd_instance:
image_family: freebsd-14-0
image_family: freebsd-14-2

freebsd_task:
pkg_script:
Expand Down
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 a4bfa50

Please sign in to comment.