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
channel_volumes = a returned c_float_Array_8 thats converted to a list (8 entrys)
channels = int count for channels
# TODO
# is the following correct?
channel_volumes = channel_volumes[:channels]
# it should be, right? because it can only return the volumes
# for existing channels...
# so im removing everything that is not in that range.
# (values out of that range seem rubbish on my setup: 2 channels)
in pycaw.callbacks -> AudioEndpointVolumeCallback -> OnNotify
The text was updated successfully, but these errors were encountered:
channel_volumes = a returned c_float_Array_8 thats converted to a list (8 entrys)
channels = int count for channels
in pycaw.callbacks -> AudioEndpointVolumeCallback -> OnNotify
The text was updated successfully, but these errors were encountered: