Python audio recording ? [Solved]
I want an audio recording library that can be packed into an exe(not C# wrapper or .NET), i searched for the following: Can PyAudio be packed as exe ? No Can python SoundCard be packed as exe ? Nothing Python audio library that accepts portable dlls ? No Python portaudio binding (not pyaudio) ? No Can i load everything from dll without knowing the symbol names ? No (because i don't know how to work with portaudio C++) DirectSound COM object ? Only description and they never gave a code example that loads a COM object DirectSound and vbscript ? Nothing Pywin32 directsound? The only example available on github is about audio processing not recording So is there is any library that can record audio and can be packed as an exe ? Here's the solution with a portable dll for both 32 and 64 bit which doesn't require installing portaudio : https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio