Skip to content

Releases: Geo-Joy/pyaudio_portaudio_loopback

Pre-Built files for Windows x64 Machine

13 Nov 20:53
1e184a1
Compare
Choose a tag to compare
  • Check which python version you have installed on your machine.
  • Make sure python installed in your machine is for x64
  • Select the required <_portaudio.xxxxxxx.pyd> file
  • Rename <_portaudio.cpXX-win_amd64.pyd> to <_portaudio.pyd>
  • Copy both _portaudio.pyd file and pyaudio.py file to your python installation directory.
  • In my case its in
    "C:\Users\megeo\AppData\Local\Programs\Python\Python38\Lib\site-packages"
  • Use examplecode <echo.py> and test out recording system audio.
  • Enjoy!!!