@hackage pitchtrack0.1.0.1

Pitch tracking library

Pitch tracking library, based on dywapitchtrack.

See the PitchTrack.Track module for an easy, "ready to use" interface, or PitchTrack.Pipes for Pipes-based components, if you need more flexibility.

Note that because all parameters are hard-coded into the C library, you are limited to the following audio configuration:

  • raw (headerless) format

  • a sampling rate of 44100Hz,

  • a sample size of sizeof(double)

  • floating-point encoding

  • one channel (mono)