BrainFlowsIntoVRChat icon indicating copy to clipboard operation
BrainFlowsIntoVRChat copied to clipboard

BrainFlow code that sends your brain's relaxation and focus metrics to vrchat avatar paramaters via OSC.

Results 8 BrainFlowsIntoVRChat issues
Sort by recently updated
recently updated
newest added

### Self-Training Convenience Originally just some things to make it easier for me to get lots of data, but I've tried polishing it. I deviated from the original code style,...

enhancement
good first issue
quality of life

So, after a quick glance through the code, it looks like the OSC data is being transmitted through the OSCReporter. Resonite uses websockets instead of OSC. Is it possible to...

Would be very useful to have a condensed list of all the parameters in one long string trough a webhook output to localhost, the list could look like this: >...

enhancement

Neuroscientists looove their greek symbols. Change the order of them to correspond to their frequency range to make sense of the list. Highest to lowest: [Gamma, Beta, Alpha, Theta, Delta]

documentation

In the interest in saving users memory, we should add the ability for the app to set custom thresholds which can be mapped to single-bit boolean values. This can be...

enhancement

Currently the schema supports explicitly 5 classes of bands for general use in prefabs: Alpha, Beta, Theta, Delta, and Gamma. With the way Brainflow reports these parameters back, all values...

enhancement

Just a suggestion! Since it's not the first time I have dealt with running out of parameters memory, but I would like to suggest alternative osc parameters that use booleans...

enhancement

~HR not as reactive due to minimum peak distance setting and wrong filter order~ ~- peak distance changed from sampling rate / 2 -> peak distance at max heart rate~...

bug