mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
update CSpot
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
void pause();
|
||||
void cancelCurrentTrack();
|
||||
void seekMs(size_t positionMs);
|
||||
void feedPCM(std::vector<uint8_t> &data);
|
||||
void feedPCM(uint8_t *data, size_t len);
|
||||
void play();
|
||||
void stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user