mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 13:20:49 +03: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