1
0
Fork 0
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:
johannesd3 2021-04-13 10:29:34 +02:00
parent 255f0c6ccf
commit 555274b5af
No known key found for this signature in database
GPG key ID: 8C2739E91D410F75
25 changed files with 116 additions and 111 deletions

View file

@ -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};