Bart Lauret 62c956bc78 Add support for (DSD) WavPack
- Added wv as valid extension
- lofty had incorrect duration scanning for DSD Wavpack in version 0.15.0, so version bumped to 0.16.0
2024-04-28 11:55:34 +02:00
2024-04-28 11:55:34 +02:00
2023-08-10 20:08:17 +01:00
2024-04-28 11:55:34 +02:00
2023-08-10 20:08:17 +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%