Skip to content

Implementation of append procedure

Pre-release
Pre-release
Compare
Choose a tag to compare
@ishiikurisu ishiikurisu released this 28 Sep 16:42
· 12 commits to master since this release

New features

  • Now you can append two EDF file contents into a single one using the Append(x, y Edf) (*Edf, error) function.
  • The EDF struct now has some acessible properties to facilitate the access to common data parameters.

Bug fixes

  • Reading and writting is now faster due to a better use of buffering techniques.

Known bugs

  • The annotations fields are now correctly updated when appending two EDF files.