mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Move audio backends into seperate crate
This commit is contained in:
parent
bd59ded224
commit
1fb65354b0
16 changed files with 112 additions and 45 deletions
|
@ -24,10 +24,10 @@ use librespot::core::config::{Bitrate, DeviceType, PlayerConfig, SessionConfig,
|
|||
use librespot::core::session::Session;
|
||||
use librespot::core::version;
|
||||
|
||||
use librespot::audio_backend::{self, Sink, BACKENDS};
|
||||
use librespot::playback::audio_backend::{self, Sink, BACKENDS};
|
||||
use librespot::discovery::discovery::{discovery, DiscoveryStream};
|
||||
use librespot::mixer::{self, Mixer};
|
||||
use librespot::player::Player;
|
||||
use librespot::playback::mixer::{self, Mixer};
|
||||
use librespot::playback::player::Player;
|
||||
use librespot::spirc::{Spirc, SpircTask};
|
||||
|
||||
fn usage(program: &str, opts: &getopts::Options) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue