mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
catching up (trying to) wiht CSpot
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
*
|
||||
* @param data encrypted binary audio data.
|
||||
*/
|
||||
void appendData(std::vector<uint8_t> &data);
|
||||
void appendData(const std::vector<uint8_t> &data);
|
||||
|
||||
/**
|
||||
* @brief Performs AES CTR decryption of received data.
|
||||
|
||||
Reference in New Issue
Block a user