Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backlog // pycaw.callbacks -> AudioEndpointVolumeCallback -> OnNotify #41

Open
TurboAnonym opened this issue Apr 30, 2021 · 0 comments
Open

Comments

@TurboAnonym
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant