pyWinCoreAudio icon indicating copy to clipboard operation
pyWinCoreAudio copied to clipboard

Python Windows Core Audio API

Results 8 pyWinCoreAudio issues
Sort by recently updated
recently updated
newest added

@JKalliomaki There is no need to port to Python 3, it has already bee done. The develop branch of this repo has it done and a lot of new features...

First off, thank you for your work on this library! In the develop branch, in `IMMDevice.is_default`, I noticed that the 2nd argument it uses when calling `default_audio_endpoint` appears to be...

Hello! Thanks a lot for you'r lib, it's fantastic! You have done a great job and made the most powerful lib for Windows Core Audio API! Thanks a lot yet!...

Hi, Thanks for the awesome library. I am curious if there any way to route process to another device? In Win10 under mixer you can see that your able to...

Hi! I'm a new python programmer and I just discovered this library But I can't find any tutorial or similar to learn how to use it. Can someone help me...

Sorry for my ignorance, but how can I use this to control an application volume like the Windows Mixer Volume GUI? I'm making a 'sound table' ... I already develop...

Hello I want to read the sample rate and bit depth for the current audio endpoint. It seems like the structure is called WAVEFORMATEX and it is in the library,...

Firstly, thanks for your work on this. I have been trying to find a way unsuccessfully of determining if my microphone is muted whilst in a Teams call. This library...