python-webrtc-audio-processing
python-webrtc-audio-processing copied to clipboard
illegal instruction
hardware:raspberry pi zero w OS:raspbian python: 2.7 Installation method : read me - build - 1.using setup.py I install python webrtc audio processing in raspberrypi zero according to the instructions, and then test the wav_ns.py "python wav_ns.py audio.wav out.wav, but report an error: "illegal instruction",how to solve it?thanks
I changed pi0 to P3, recompiled the installation project, and found that NS was running normally. At present, the gcc compiler used by webrtc ﹣ audio ﹣ processing outputs the so file of armv7 by default. Where can I change it to output armv6 so file that supports pi0
For pi zero, you can try compiling the package from source