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,7 @@
|
|||
use super::{Open, Sink};
|
||||
use crate::audio::{convert, AudioPacket};
|
||||
use crate::config::AudioFormat;
|
||||
use crate::convert;
|
||||
use crate::decoder::AudioPacket;
|
||||
use crate::player::{NUM_CHANNELS, SAMPLE_RATE};
|
||||
use portaudio_rs::device::{get_default_output_index, DeviceIndex, DeviceInfo};
|
||||
use portaudio_rs::stream::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue