2022-05-28 17:50:19 +01:00
2022-05-26 12:08:52 +01:00
2022-05-28 17:50:19 +01:00
2022-05-21 10:04:10 +01:00
2022-05-21 09:24:00 +01:00

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
No description provided
Readme GPL-3.0 45 MiB
Languages
Rust 89.7%
Shell 5.3%
Python 5%