mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
Move decoder to playback crate
This commit is contained in:
parent
255f0c6ccf
commit
555274b5af
25 changed files with 116 additions and 111 deletions
|
@ -1,6 +1,6 @@
|
|||
use super::{Open, Sink, SinkAsBytes};
|
||||
use crate::audio::AudioPacket;
|
||||
use crate::config::AudioFormat;
|
||||
use crate::decoder::AudioPacket;
|
||||
use shell_words::split;
|
||||
|
||||
use std::io::{self, Write};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue