libalinga is a C++ implementation of a multi-stream codec for the ALingA (Aligned Linguistic Annotation) format. It makes use of libogg++. Each ALingA stream holds at least one stream of annotation data, which is in the LingA format. It may also interleave the signal stream(s) against which the LingA streams are aligned, or it may simply reference such streams. It also provides metadata about the underlying manifold for the signals and the annotations. The metadata is ordered for runtime parsing of the number and type of signal and LingA codecs to enable decoding of the multiple logical streams in one pass.
| Tags | Text Processing Linguistic multimedia Sound/Audio Speech |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Linux GNU/Hurd BSD FreeBSD |
| Implementation | C++ |