Muse Js Versions Save

Muse 2016 EEG Headset JavaScript Library (using Web Bluetooth)

v3.3.0

2 years ago
  • add PPG support - see README for how to enable and subscribe to PPG
  • update dependencies
  • test system functionality on all Muses - 1, 2, and S

v3.2.0

3 years ago
  • fix #41: typescript error 15f35a1
  • Export MuseDeviceInfo from entrypoint d4c874e #40
  • doc: add list of projects using muse-js 72cbd4d
  • Fix a typo in calling injectMarker 29c2ac7 #15

https://github.com/urish/muse-js/compare/3.1.0...v3.2.0

3.1.0

5 years ago

#11 Add Event Markers

3.0.1

6 years ago
  • Fix rxjs dependency to include version 6.x

3.0.0

6 years ago

BREAKING CHANGE: RxJS 5.5.x is no longer supported. Use 6.x (or 5.6.0-forward-compat.4 if you still need to use 5.x API)

2.0.0

6 years ago
  • fix #4: use muse preset 21 when Aux is not enabled (1178841)
  • fix: scale accelerometer/gyro data (66a8eba)

BREAKING CHANGE: accelerometer and gyro readings are now scaled to g-units and degrees/second, respectively.

1.0.0

6 years ago

This release is mostly about internal changes, but see note about a potentially breaking change below.

  • refactor: migrate to rxjs lettable operators
  • style: add tslint
  • test: test deviceInfo(), disconnect()
  • refactor: use web-bluetooth-mock from npm
  • chore: add .editorconfig

BREAKING CHANGE: This release requires RxJS >= 5.5.0, and the library has been migrated to use RxJS Lettable Operators.

0.7.0

6 years ago
  • feat: add estimated timestamp for each incoming EEG event
  • fix: zip-samples to correctly calculate timestamp

BREAKING CHANGE: the timestamp field of EEGReading now contains an estimated timestamp of when the reading was taken instead of just the event index. The event index has moved to the index field.

0.6.0

6 years ago
  • feat: add enableAux property
  • feat: add deviceInfo() method

breaking change: the Auxiliary electrode is now disabled by default. Consult the documentation for more info.

0.5.0

6 years ago
  • feat: export channel names
  • feat: expose device name
  • feat: align zipSamples() with cloudbrain format