Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 486 Bytes

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