xiongyihui / python-webrtc-audio-processing

Python bindings of WebRTC Audio Processing
166 stars 49 forks source link

illegal instruction #7

Open sunkeking opened 4 years ago

sunkeking commented 4 years ago

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 commented 4 years ago

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

xiongyihui commented 4 years ago

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