mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-18 03:05:32 +01:00
catching up (trying to) wiht CSpot
This commit is contained in:
@@ -68,7 +68,7 @@ void Player::feedPCM(std::vector<uint8_t>& data)
|
||||
}
|
||||
}
|
||||
|
||||
this->audioSink->feedPCMFrames(data);
|
||||
this->audioSink->feedPCMFrames(data.data(), data.size());
|
||||
}
|
||||
|
||||
void Player::runTask()
|
||||
|
||||
Reference in New Issue
Block a user