pyaudio
pyaudio copied to clipboard
What is the correct upstream code repository?
A fork of https://people.csail.mit.edu/hubert/git/pyaudio.git.
However, that URL seems to be a broken link.
It's not a broken link, it's only accessible using Git so, it just doesn't offer the HTTP(S) interface (meaning it doesn't work from browser). That's the sole reason for this fork's existence.
Will close this issue.
Thanks for the quick response.
So if I make a pull request to upstream, there is no web UI to track the status of that PR?
Do you accept PRs here to be pushed upstream? Python 3.13b3 builds are failing only on Windows.
To be frank, I created this fork after [SO]: PyAudio.write SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats (@CristiFati's answer), as I wanted users that are not so technical to be able to browse the code from Web. By no means I am an expert on the topic, let's say I'm just a proxy.
Of course you can submit a PR, and I can then contact the original repository owner to see how can it be integrated there.