This commit is contained in:
parent
196aa36970
commit
484e61f337
@ -77,7 +77,7 @@ const audioTrack = computed(() => {
|
||||
const { setGain } = useAudioContext(audioTrack)
|
||||
|
||||
watch(volume, (volume) => {
|
||||
if (outputMuted)
|
||||
if (outputMuted.value)
|
||||
return
|
||||
|
||||
setGain(volume * 0.01)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user