You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: