dequis / in-formant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InFormant™ - a real-time pitch and formant tracking software

How to compile from source

Preparing the build environment

You must have Docker installed.

Build the Docker images for the platforms that you want to build for. (read build-docker-images.sh for an example of how to build them - but don't use the script as-is!)

Building the project

Run the build.sh script from the project root.

The script takes two arguments:

  • The first one is the target platform: must be one of linux, win32, win64, macos, android, emscripten.
  • The second one is the build configuration: must be one of Release, RelWithDebInfo, Debug.

About

License:Apache License 2.0


Languages

Language:C++ 59.3%Language:Java 28.8%Language:CMake 4.7%Language:Shell 2.8%Language:C 2.6%Language:Python 1.1%Language:HTML 0.6%Language:Makefile 0.1%