Re: [Freetel-codec2] Codec2 on Android NDK

2019-02-21 Thread Richard Shaw
On Thu, Feb 21, 2019 at 9:34 AM Samih Mohammed wrote: > Just a quick update regarding my issue with the build: > > We used the android cmake found inside the Android NDK to build codec2 on > linux and added the compiled .so files and the header files in the > cmakelist on Android to build the pro

Re: [Freetel-codec2] Codec2 on Android NDK

2019-02-21 Thread Samih Mohammed
quality voice would be great. We'll definitely be interested in integrating it. Thanks Samih From: Richard Shaw Sent: February 21, 2019 1:25:37 AM To: freetel-codec2@lists.sourceforge.net Subject: Re: [Freetel-codec2] Codec2 on Android NDK On Wed, Feb 20, 20

Re: [Freetel-codec2] Codec2 on Android NDK

2019-02-20 Thread Richard Shaw
On Wed, Feb 20, 2019 at 10:55 AM Samih Mohammed wrote: > Hi, > We are trying to build an Android NDK project ( > https://github.com/SamihMustafa/Codec2 ) with the latest version of the > codec2 source code. The project includes both libsamplerate and codec2. Our > objective is to use codec2 to co

Re: [Freetel-codec2] Codec2 on Android NDK

2019-02-20 Thread Bruce Perens
It sounds like they are cross-compiling, and CMake is generating an improper command for Ninja. It might be related to the bug at https://gitlab.kitware.com/cmake/cmake/issues/18062 On Wed, Feb 20, 2019 at 10:31 AM David Rowe wrote: > Hi Samih, > > Yes the build system requires some code to be

Re: [Freetel-codec2] Codec2 on Android NDK

2019-02-20 Thread David Rowe
Hi Samih, Yes the build system requires some code to be built and natively to generate codebook files, not sure if that can happen on Android. You could build these files on another machine and copy them across. You may also be interested in the LPCNet based Neural Net vocoders, 8kHz high qualit