Hibiki/README.md

898 B

Hibiki

Implementation of Panako in Go, and other utilities.

Panako is an acoustic fingerprinting system.

Dependencies

Go >= 1.18

c-gaborator (required by goborator)

git clone --recursive --depth 1 https://git.gammaspectra.live/S.O.N.G/c-gaborator
cd c-gaborator && mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS_RELEASE="-march=native" -DCMAKE_C_FLAGS_RELEASE="-march=native" \
-DCMAKE_INSTALL_PREFIX="/usr"
make
sudo make install

Kirika dependencies

Collection of audio utilities for decoding/encoding files and streams.

Check its native dependencies that must be installed before usage.