pitchtrack

Pitch tracking library

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Lorenzo Tabacchini
Maintained by [email protected]

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)