xdffileio 0.3-4ubuntu1 source package in Ubuntu

Changelog

xdffileio (0.3-4ubuntu1) noble; urgency=medium

  * Rename libxdffileio0 package as although it is not affected by the
    time_t transition to 64-bits, it is affected by the LFS migration
    which is implied by the time_t changes.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 19 Apr 2024 12:10:43 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xdffileio_0.3.orig.tar.bz2 385.8 KiB 9f4615cb320963cb8855993960adb46895c4a614c700bc2e2b79c10d4a7312fb
xdffileio_0.3-4ubuntu1.debian.tar.xz 6.0 KiB d203e0884829c545c44ab488a85f72ff68430d3d5e8d67bc386b5c609c8f258a
xdffileio_0.3-4ubuntu1.dsc 2.1 KiB a7b796202cc1c6d17ab2d6bff695b3bc4e2f4a8663d931081885aeec05b5dfbe

Available diffs

View changes file

Binary packages built by this source

libxdffileio-dev: Library to read/write EEG data file formats (development files)

 xdffileio is a library that provides a unified interface for writing and
 reading various biosignal file formats in realtime (i.e. streaming). It has
 been designed to provide a flexible, consistent and generic interface to
 all supported file formats while minimizing the overhead the function
 calls: the heaviest operations (type casting, scaling and formatting) are
 offloaded into a separated thread. This design makes its particularly
 suitable to be directly used in a data acquisition loop (like in
 electrophysiology recording or in Brain-Computer Interfaces (BCI)).
 .
 The genericity of the interface makes trivial various operations like
 transformation of a recorded file or its conversion to another file format.
 xdffileio currently supports EDF, BDF, GDF1 and GDF2 file formats and more
 will be added in future.
 .
 This package contains the files needed to compile and link programs which
 use xdffileio.

libxdffileio0t64: Library to read/write EEG data file formats

 xdffileio is a library that provides a unified interface for writing and
 reading various biosignal file formats in realtime (i.e. streaming). It has
 been designed to provide a flexible, consistent and generic interface to
 all supported file formats while minimizing the overhead of the function
 calls: the heaviest operations (type casting, scaling and formatting) are
 offloaded into a separated thread. This design makes its particularly
 suitable to be directly used in a data acquisition loop (like in
 electrophysiology recording or in Brain-Computer Interfaces (BCI)).
 .
 The genericity of the interface makes trivial various operations like
 transformation of a recorded file or its conversion to another file format.
 xdffileio currently supports EDF, BDF, GDF1 and GDF2 file formats and more
 will be added in future.