To send binary data to the robot, the method sendBin must be used.
It takes as parameters the buffer to send (we only support byte[] type for now) and its
size, and optionnaly a header.
client->sendBin(soundData, soundDataSize,
"speaker.val = BIN " + soundDataSize + " raw 2 16000 16 1;");