Listen Audio From Buffer

Hello,
I’m working on project to communicate with a Socket server.
From my server, I send an audio to the server with the following type (JSON):

{
   "type":"Buffer",
   "data":[26,69,223,163,159,66,134,129,1,66,247,129]
}

(These data are an audio with ‘audio/ogg; codecs=opus’).

But I don’t know how to listen to this sound within my blueprint ?