项目作者: concert

项目描述 :
Audio diffing library
高级语言: C
项目地址: git://github.com/concert/libadiff.git
创建时间: 2014-10-26T22:53:22Z
项目社区:https://github.com/concert/libadiff

开源协议:GNU General Public License v3.0

下载


libadiff - Audio diffing library

pipeline status
coverage report

Build:

To build you’ll need:

If you’re on a Debian-based Linux system, you can install them with:

  1. apt-get install ninja-build libglib2.0-dev libsndfile-dev
  2. pip install meson # Python3

Then you can build with:

  1. mkdir build
  2. meson build
  3. ninja -C build

Run the tests with:

  1. ninja -C build test

To enable coverage collection:

  1. mesonconf build -Db_coverage=true

Then after running the tests:

  1. ninja -C build coverage-html

To build the docs:

  1. doxygen