Linux support
Hello,
Is it possible to use on Linux (Xubuntu)?
On Windows I was able to use the Realtek Mixer, but for Linux it would be interesting to have a way to record the speaker.
I tried to install it on Linux, but it gave an error due to "cross compilation"
running install /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !!
******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ********************************************************************************!! self.initialize_options() /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. !!
******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ********************************************************************************!! self.initialize_options() running bdist_egg running egg_info creating src/PyAudioWPatch.egg-info writing src/PyAudioWPatch.egg-info/PKG-INFO writing dependency_links to src/PyAudioWPatch.egg-info/dependency_links.txt writing requirements to src/PyAudioWPatch.egg-info/requires.txt writing top-level names to src/PyAudioWPatch.egg-info/top_level.txt writing manifest file 'src/PyAudioWPatch.egg-info/SOURCES.txt' reading manifest file 'src/PyAudioWPatch.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'src/*.py' warning: no files found matching 'INSTALL' adding license file 'LICENSE.txt' writing manifest file 'src/PyAudioWPatch.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib.linux-x86_64-cpython-312 creating build/lib.linux-x86_64-cpython-312/pyaudiowpatch copying src/pyaudiowpatch/init.py -> build/lib.linux-x86_64-cpython-312/pyaudiowpatch copying src/pyaudiowpatch/main.py -> build/lib.linux-x86_64-cpython-312/pyaudiowpatch running build_ext building '_portaudiowpatch' extension creating build/temp.linux-x86_64-cpython-312 creating build/temp.linux-x86_64-cpython-312/src gcc -mdll -O -Wall -I/usr/local/include -I/usr/include -I/usr/include/python3.12 -c src/_portaudiomodule.c -o build/temp.linux-x86_64-cpython-312/src/_portaudiomodule.o gcc: error: unrecognized command-line option ‘-mdll’ error: command '/usr/bin/gcc' failed with exit code 1