python-webrtc-audio-processing icon indicating copy to clipboard operation
python-webrtc-audio-processing copied to clipboard

illegal instruction

Open sunkeking opened this issue 5 years ago • 2 comments

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

sunkeking avatar Jan 12 '20 06:01 sunkeking

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

sunkeking avatar Jan 14 '20 12:01 sunkeking

For pi zero, you can try compiling the package from source

xiongyihui avatar May 21 '20 01:05 xiongyihui