MindMonitorPython icon indicating copy to clipboard operation
MindMonitorPython copied to clipboard

Mind Monitor OSC Streaming Python Samples

Mind Monitor Python OSC Samples

Mind Monitor OSC Streaming Python Samples

These code samples are to demonstrate streaming live OSC brainwave data from Mind Monitor (connected to a Muse device), to a computer, which can then process and work with the brainwave data.

OSC Receiver Audio Feedback.py

alt image

  • Calculates and graphs the relative waves.
  • Plays a sound file if Alpha relative reaches a pre-set threshold.
  • Displays if the headband is correctly fitted in the console.

OSC Receiver Simple.py

  • Displays RAW EEG.

OSC Receiver.py

  • Records RAW EEG to a CSV file.
  • Marker #1 starts recording. Marker #2 stops recording.