Module bliss_audio::library[][src]

Expand description

Module containing the Library trait, useful to get started to implement a plug-in for an audio player.

Looking at the reference implementation for MPD could also be useful.

Traits

Library trait to make creating plug-ins for existing audio players easier.

Functions

Analyze songs in paths, and return the analyzed Song objects through a Receiver.