AndreMiras / pycaw

Python Core Audio Windows Library
MIT License
385 stars 67 forks source link

Add Adding IChannelAudioVolume interface #87

Closed mltony closed 9 months ago

mltony commented 9 months ago

Hello! I am one of developers of NVDA - a screenreader for the blind. We would like to make use of pycaw for soundSplit feature: that involves setting volume for left and right channel separately. However I found that IChannelAudioVolume interface from core audio API is not present, so I would like to add it.

For more context see nvaccess/nvda#16071.

Thanks!

mltony commented 9 months ago

Thanks @AndreMiras for merging this so quickly!

AndreMiras commented 9 months ago

Thanks for contributing. I hope you'll be able to integrate it flawlessly with nvda. I'd love to make an release, but ideally I should fix the CI misbehaving lately.