mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Initial Spotify Connect receiver.
Supports basic play/pause. Only a single track for now.
This commit is contained in:
parent
2a2f227bef
commit
4fd0b37e2b
4 changed files with 259 additions and 173 deletions
|
@ -11,7 +11,7 @@ use stream::StreamEvent;
|
|||
use util::FileId;
|
||||
use session::Session;
|
||||
|
||||
const CHUNK_SIZE : usize = 0x40000;
|
||||
const CHUNK_SIZE : usize = 0x10000;
|
||||
|
||||
pub struct AudioFile<'s> {
|
||||
position: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue