@hackage synthesizer0.2.0.1

Audio signal processing coded in Haskell

Audio signal processing featuring both low-level functions and high-level functions which use physical units, abstract from the sample rate and are 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. For an overview of the organization of the package and the discussion of various design issues see Synthesizer.Overview.