pyaudio_portaudio icon indicating copy to clipboard operation
pyaudio_portaudio copied to clipboard

Windows pypi or wheel?

Open ughstudios opened this issue 2 years ago • 1 comments

The precompiled binary that is given only supports amd64, which I believe is Linux. Do we have a Win32 version?

ughstudios avatar Aug 01 '22 19:08 ughstudios

AMD64 is an extension of the x86 architecture. Processor architectures, not OS.

Answer your question - this fork is only for Windows x64.

Maybe you should look into PyAudioWPatch. Supports Windows x64/x32 Python 3.{7-11} and loopback devices.

s0d3s avatar Sep 09 '22 21:09 s0d3s