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

Refactor audio output to make it more modular.

This makes the player less hard coded to portaudio, and easier to
experiment with different backends.
This commit is contained in:
Paul Lietar 2016-03-14 00:49:21 +00:00
parent 4b73f83c5e
commit 9274a6bfb3
4 changed files with 69 additions and 30 deletions

View file

@ -2,6 +2,7 @@
mod audio_decrypt;
mod audio_file;
mod audio_key;
pub mod audio_sink;
pub mod authentication;
mod connection;
mod diffie_hellman;