synthesizer-core

Audio signal processing coded in Haskell: Low level part

http://www.haskell.org/haskellwiki/Synthesizer

Version on this page:0.8.1.2
LTS Haskell 22.17:0.8.3@rev:4
Stackage Nightly 2024-04-19:0.8.4@rev:1
Latest on Hackage:0.8.4@rev:1

See all snapshots synthesizer-core appears in

LicenseRef-GPL licensed and maintained by Henning Thielemann
This version can be pinned in stack with:synthesizer-core-0.8.1.2@sha256:684e6f0c5907a2b3457bd370b3d5533fe8ee9e2f22e616f37981ec9079f08eae,11407

Module documentation for 0.8.1.2

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://code.haskell.org/haskore/revised/synthesizer/. For introductory examples see Synthesizer.Plain.Tutorial and Synthesizer.Generic.Tutorial.

Functions: Oscillators, Noise generators, Frequency filters, Fast Fourier transform for computation of frequency spectrum

Changes

Change log for the synthesizer-core package

8.1

  • Plain.Filter.Recursive.FirstOrder.highpassInit, Plain.Filter.Recursive.FirstOrder.highpassModifierInit and derived functions change the meaning of the initial parameter. The previous meaning was pretty unclear and useless such that I consider it a bug. We do no longer negate the initial value. This is consistent with lowpassInit.