UNPKG

emotiv-ts

Version:

A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets

6 lines (5 loc) 158 B
export const RecordFormat = { EDF: { name: "EDF", version: null }, CSV: { name: "CSV", version: "V1" }, CSV_2: { name: "CSV", version: "V2" }, };