1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 18:29:45 +02:00

Make audio backend configurable at run time.

This commit is contained in:
Paul Lietar 2016-03-20 16:16:11 +00:00
parent e6dd77fc02
commit 968a39a131
11 changed files with 179 additions and 81 deletions

View file

@ -4,7 +4,7 @@ pub mod apresolve;
mod audio_decrypt;
mod audio_file;
mod audio_key;
pub mod audio_sink;
pub mod audio_backend;
pub mod authentication;
pub mod cache;
mod connection;