forked from third-party-mirrors/bliss-analyser
The base branch third-party-mirrors/bliss-analyser:master has new changes
Bliss Analyser
Simple rust app to analyse songs with bliss-rs. The output of this is a SQLite database containing song metadata and bliss analysis. This is then intended to be used by Bliss Mixer
Building
clang, pkg-config, and ffmpeg are required to build, as well as Rust
To install dependencies on a Debian system:
apt install -y clang libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev libavdevice-dev pkg-config
To install dependencies on a Fedora system:
dnf install ffmpeg-devel clang pkg-config
Build with cargo build --release
Usage
Please refer to UserGuide.md
for details of how this tool may be used.
Description
Languages
Rust
86.2%
Python
7.3%
Dockerfile
4.1%
Shell
2.4%