OpenVoiceOS / ovos-audio

OpenVoiceOS audio output daemon
Apache License 2.0
0 stars 6 forks source link

fix/ducking #76

Closed JarbasAl closed 3 months ago

JarbasAl commented 3 months ago

when playing sounds it was ALSO ducking volume causing issues, with this PR the (second) ducking on play_sound is removed

the problem with 2 audio duckings was that the normal_volume was overwritten, so volume was never restored

companion to https://github.com/OpenVoiceOS/ovos-plugin-vlc/pull/10