Search code examples
audiovoipcodec

OPUS Audio codec encoding for iPhone


Can the recently released OPUS Audio codec (libopus?) be compiled to run on mobile devices (read iPhone/Android)?

I've searched and came to the conclusion that te documentation states it runs on ARM devices but after trying to compile the library it always fails when cross-compiling.

Am I mistaken or there is no support for such devices tat this time?


Solution

  • The one thing I was missing was the Host, it turned out to be 'arm-apple-darwin' now it is working correctly.

    ./configure --host=arm-apple-darwin