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:
parent
4b73f83c5e
commit
9274a6bfb3
4 changed files with 69 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue