2022-03-16 08:55:29 +00:00
2022-03-15 16:37:40 +00:00
2022-03-16 08:55:29 +00:00
2022-02-15 21:05:31 +00:00
2022-02-24 12:00:57 +00: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

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%