xiongyihui / python-webrtc-audio-processing

Python bindings of WebRTC Audio Processing
167 stars 51 forks source link

Fix building on aarch64 systems #4

Closed Aculeasis closed 5 years ago

Aculeasis commented 5 years ago

Hello.

Current code don't detect aarch64 systems, i fix it. Install and work fine.

# uname -a
Linux orangepizeroplus2 4.14.87-sunxi64 #599 SMP Sun Dec 9 10:12:34 CET 2018 aarch64 aarch64 aarch64 GNU/Linux

Also, i not sure about the macro options, but it works.

xiongyihui commented 5 years ago

Thanks, merged.