CDrummond / bliss-mixer

GNU General Public License v3.0
4 stars 3 forks source link

Bliss Mixer

Simple rust app to serve an HTTP API for mixing songs. This app requires an existing SQLite database of song analysis as created by Bliss Analyser.

The API served is intended to be used by the Bliss LMS DSTM plugin.

Building

Rust is require to build.

Build with cargo build --release

Start server

$ bliss-mixer