You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
there seems to be an issue when setting volume in a loop, the first .volume_set works but subsequent ones do not until the python program is killed and the module reloaded.
volume = 25
Sound.volume_set(volume)
print("set")
time.sleep(5)
# manually change volume while program sleeps to recreate
The text was updated successfully, but these errors were encountered:
it seems Sound.current_volume() doesnt return the actual volume, but what it recalls is the volume, system data isn't returned so an overridden manual volume cannot be corrected. HTH
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
there seems to be an issue when setting volume in a loop, the first .volume_set works but subsequent ones do not until the python program is killed and the module reloaded.
The text was updated successfully, but these errors were encountered: