1
0
Fork 0
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:
Paul Lietar 2015-07-02 21:42:49 +02:00
parent 2a2f227bef
commit 4fd0b37e2b
4 changed files with 259 additions and 173 deletions

View file

@ -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,