Hello members, I am seeking to know how I can extract human readable data from OSC sampled below. I am able to read the data (OSC) from any port (e.g. 5001) when sent by MuseLab. However, I am unable to get meaningful data from OSC. Below is a sample of how it looks;
b’\x00\x00\x008’
b’/muse/elements/alpha_relative\x00\x00\x00,ffff\x00\x00\x00\xff\xc0\x00\x00\xff\xc0\x00\x00\xff\xc0\x00\x00\xff\xc0\x00\x00’
b’\x00\x00\x008’
b’/muse/elements/alpha_relative\x00\x00\x00,ffff\x00\x00\x00\xff\xc0\x00\x00\xff\xc0\x00\x00\xff\xc0\x00\x00\xff\xc0\x00\x00’
b’\x00\x00\x008’
I wish to for instance get Absolute and Relative values, for each of the channels and for the different frequency bands. I am unable to extract them simply because I don’t understand the format of the OSC,
I have also used the second option of using Muse Player to write to a CSV (for instance). I wrote a simple python script to read from the CSV, but the reading is not synchronised and not real time.
Kindly advise.