Skip to content

concert/libadiff

Repository files navigation

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:

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

Then you can build with:

mkdir build
meson build
ninja -C build

Run the tests with:

ninja -C build test

To enable coverage collection:

mesonconf build -Db_coverage=true

Then after running the tests:

ninja -C build coverage-html

To build the docs:

doxygen

About

Audio diffing library

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •