We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I started using your library to parse EDF files, it works great, thank you.
The following code parses EDF files just fine with 0.5.1, though it stopped working with 0.6.0:
0.5.1
0.6.0
new edfjs.EDF().from_file(file)
An error is thrown saying Unsupported EDF type: 2022- from this commit here and the following code:
Unsupported EDF type: 2022-
assert(['EDF', 'EDF+C'].includes(this.type), `Unsupported EDF type: ${this.type}`);
Here is a link to an EDF file which produces an error: https://drive.google.com/file/d/12LDMH3dZ07DCiyflxjCHA0vNPyOaUuoU/view?usp=sharing
This is a file downloaded from EmotivPro software, is it Emotiv not following EDF standards?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I started using your library to parse EDF files, it works great, thank you.
The following code parses EDF files just fine with
0.5.1
, though it stopped working with0.6.0
:An error is thrown saying
Unsupported EDF type: 2022-
from this commit here and the following code:Here is a link to an EDF file which produces an error:
https://drive.google.com/file/d/12LDMH3dZ07DCiyflxjCHA0vNPyOaUuoU/view?usp=sharing
This is a file downloaded from EmotivPro software, is it Emotiv not following EDF standards?
The text was updated successfully, but these errors were encountered: