bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
680 stars 69 forks source link

[Feature] Implement support for IAudioClient3 on Windows 10 #124

Open Kodikuu opened 3 years ago

Kodikuu commented 3 years ago

IAudioClient3 supports defining the periodicity of the shared audio stream's capture, allowing capture at intervals smaller than the default 10ms

https://docs.microsoft.com/en-us/windows/win32/api/audioclient/nn-audioclient-iaudioclient3

bastibe commented 3 years ago

Cool idea! Would you like to try implementing it?

Kodikuu commented 3 years ago

I definitely don't have the skillset for that, but I can give it a go

bastibe commented 3 years ago

Cool! If you have any questions, or would like to discuss something, feel free to ask! (Either here, or in a pull request, with the work-in-progress code.)