muse-js
muse-js copied to clipboard
Sample rate and chunk size
I'm getting data each 460ms. and 12 readings per electrode.
Is there a way to decrease the sample rate or increment the 12 readings?
I've tried to tweek into the muse.js file
exports.EEG_FREQUENCY = 256; exports.EEG_SAMPLES_PER_READING = 32;
but I get no visible changes...
If I have a 460 millisecond lag between each sample take, 32 samples per each electrode account for 256hz of sample rate. But I must be obliterating something.
It is weird, don't have this with my Muse S2. I would use chrome performance inspector to make sure it is not a performance issue if not done already.