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.
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.
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!