Registry / utility / edflib

edflib

JSON →
library1.27vcpkgunverified

A C library to read/write EDF/EDF+/BDF/BDF+ files.

vcpkg install edflib
INSTALL
IMPORT
SIG · EDFLIB
E
edflib
utilitycppv1.27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

edflib.h
#include <edflib.h>

Open and read an EDF file.

#include <edflib.h> int main() { int handle = edfopen_file_readonly("test.edf", NULL, 0); if (handle >= 0) { int ns = edf_get_number_of_signals(handle); edfclose_file(handle); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.27latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

edflib — pip install edflib · libregistry