I am trying to enable codec_opus on aarch64 to use it for high audio calls over webrtc as recommended in the docs.
I see the following error when compiling asterisk:
codec_opus: External module downloading is not available for the aarch64 platform. Only x86 based platforms are currently supported. Please disable this module in menuselect.
Is there any way I can get/compile codec_opus on aarch64?