jonisb / AudioEndpointControl

A library to access and control audio devices (Soundcard speakers/mics) written in Python for Windows vista and later.
10 stars 3 forks source link

Volume unit test isn't restoring volume properly #27

Closed jonisb closed 7 years ago

jonisb commented 7 years ago

Channel specific volumes are lost

jonisb commented 7 years ago

The problem was in EndpointExample.py, oops. When changing master volume to 0 all channels becomes 0, and restoring the master volume won't restore channel volumes.