@hackage synthesizer-core0.3.0.1

Audio signal processing coded in Haskell: Low level part

Low level audio signal processing used by the other synthesizer packages. The routines can be really fast due to StorableVector, Stream-like list type and aggressive inlining. For an interface to Haskore see http://darcs.haskell.org/haskore-synthesizer/. For introductory examples see Synthesizer.Plain.Tutorial and Synthesizer.Generic.Tutorial.