Neuro

Neuro is a simple format for PCM(Pulse-code Modulation) signal data. See version 0.0.1 of the DTD.

A Neuro’s metadata specify the sampling, encoding and packaging of the PCM data. This information is usually uniform across audio recordings that are collected and packaged for the same project. As the codec format for both the original and derived signals, this information usually varies across the different Neuros bundled into the same ALingA bit stream and is always included in each Neuro stream bundled into each ALingA file.

libneuro is a c++ implementation of this format that uses libogg++ for serialized transport.