synthesizer-core: Audio signal processing coded in Haskell: Low level part

[ library, sound ] [ Propose Tags ]

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

Modules

[Last Documentation]

  • Synthesizer
    • Synthesizer.ApplicativeUtility
    • Basic
      • Synthesizer.Basic.Binary
      • Synthesizer.Basic.Distortion
      • Synthesizer.Basic.DistortionControlled
      • Synthesizer.Basic.Phase
      • Synthesizer.Basic.ToneModulation
      • Synthesizer.Basic.Wave
      • Synthesizer.Basic.WaveSmoothed
    • Causal
      • Synthesizer.Causal.Analysis
      • Synthesizer.Causal.Arrow
      • Synthesizer.Causal.Class
      • Synthesizer.Causal.Cut
      • Synthesizer.Causal.Displacement
      • Filter
        • Synthesizer.Causal.Filter.NonRecursive
        • Recursive
          • Synthesizer.Causal.Filter.Recursive.Integration
      • Synthesizer.Causal.Interpolation
      • Synthesizer.Causal.Oscillator
        • Synthesizer.Causal.Oscillator.Core
      • Synthesizer.Causal.Process
      • Synthesizer.Causal.Spatial
      • Synthesizer.Causal.ToneModulation
      • Synthesizer.Causal.Utility
    • CausalIO
      • Synthesizer.CausalIO.Gate
      • Synthesizer.CausalIO.Process
    • Synthesizer.ChunkySize
      • Synthesizer.ChunkySize.Cut
      • Synthesizer.ChunkySize.Signal
    • Synthesizer.Format
    • Frame
      • Synthesizer.Frame.Stereo
    • Generic
      • Synthesizer.Generic.Analysis
      • Synthesizer.Generic.Control
      • Synthesizer.Generic.Cut
      • Synthesizer.Generic.CutChunky
      • Synthesizer.Generic.Cyclic
      • Synthesizer.Generic.Displacement
      • Filter
        • Synthesizer.Generic.Filter.Delay
        • Synthesizer.Generic.Filter.NonRecursive
        • Recursive
          • Synthesizer.Generic.Filter.Recursive.Comb
          • Synthesizer.Generic.Filter.Recursive.Integration
          • Synthesizer.Generic.Filter.Recursive.MovingAverage
      • Synthesizer.Generic.Fourier
      • Synthesizer.Generic.Interpolation
      • Synthesizer.Generic.Loop
      • Synthesizer.Generic.Noise
      • Synthesizer.Generic.Oscillator
      • Synthesizer.Generic.Piece
      • Synthesizer.Generic.Signal
      • Synthesizer.Generic.Tutorial
      • Synthesizer.Generic.Wave
    • Synthesizer.Interpolation
      • Synthesizer.Interpolation.Class
      • Synthesizer.Interpolation.Core
      • Synthesizer.Interpolation.Custom
      • Synthesizer.Interpolation.Module
    • Synthesizer.Piecewise
    • PiecewiseConstant
      • Synthesizer.PiecewiseConstant.Signal
    • Plain
      • Synthesizer.Plain.Analysis
      • Synthesizer.Plain.Builder
      • Synthesizer.Plain.Control
      • Synthesizer.Plain.Cut
      • Synthesizer.Plain.Displacement
      • Synthesizer.Plain.Effect
        • Synthesizer.Plain.Effect.Fly
        • Synthesizer.Plain.Effect.Glass
      • Synthesizer.Plain.File
      • Filter
        • Synthesizer.Plain.Filter.Delay
          • Synthesizer.Plain.Filter.Delay.Block
          • Synthesizer.Plain.Filter.Delay.List
          • Synthesizer.Plain.Filter.Delay.ST
        • Synthesizer.Plain.Filter.LinearPredictive
        • Synthesizer.Plain.Filter.NonRecursive
        • Synthesizer.Plain.Filter.Recursive
          • Synthesizer.Plain.Filter.Recursive.Allpass
          • Synthesizer.Plain.Filter.Recursive.AllpassPoly
          • Synthesizer.Plain.Filter.Recursive.Butterworth
          • Synthesizer.Plain.Filter.Recursive.Chebyshev
          • Synthesizer.Plain.Filter.Recursive.Comb
          • Synthesizer.Plain.Filter.Recursive.FirstOrder
          • Synthesizer.Plain.Filter.Recursive.FirstOrderComplex
          • Synthesizer.Plain.Filter.Recursive.Hilbert
          • Synthesizer.Plain.Filter.Recursive.Integration
          • Synthesizer.Plain.Filter.Recursive.Moog
          • Synthesizer.Plain.Filter.Recursive.MovingAverage
          • Synthesizer.Plain.Filter.Recursive.SecondOrder
          • Synthesizer.Plain.Filter.Recursive.SecondOrderCascade
          • Synthesizer.Plain.Filter.Recursive.Test
          • Synthesizer.Plain.Filter.Recursive.Universal
      • Synthesizer.Plain.IO
      • Synthesizer.Plain.Instrument
      • Synthesizer.Plain.Interpolation
      • Synthesizer.Plain.LorenzAttractor
      • Synthesizer.Plain.Modifier
      • Synthesizer.Plain.Noise
      • Synthesizer.Plain.Oscillator
      • Synthesizer.Plain.Play
      • Synthesizer.Plain.Signal
      • Synthesizer.Plain.ToneModulation
      • Synthesizer.Plain.Tutorial
      • Synthesizer.Plain.Wave
    • Synthesizer.RandomKnuth
    • State
      • Synthesizer.State.Analysis
      • Synthesizer.State.Control
      • Synthesizer.State.Cut
      • Synthesizer.State.Displacement
      • Filter
        • Synthesizer.State.Filter.Delay
        • Synthesizer.State.Filter.NonRecursive
        • Recursive
          • Synthesizer.State.Filter.Recursive.Comb
          • Synthesizer.State.Filter.Recursive.Integration
          • Synthesizer.State.Filter.Recursive.MovingAverage
      • Synthesizer.State.Interpolation
      • Synthesizer.State.Noise
      • Synthesizer.State.NoiseCustom
      • Synthesizer.State.Oscillator
      • Synthesizer.State.Piece
      • Synthesizer.State.Signal
      • Synthesizer.State.ToneModulation
    • Storable
      • Synthesizer.Storable.Cut
      • Filter
        • Synthesizer.Storable.Filter.NonRecursive
      • Synthesizer.Storable.Generate
      • Synthesizer.Storable.Oscillator
      • Synthesizer.Storable.Play
      • Synthesizer.Storable.Repair
      • Synthesizer.Storable.Signal
    • Synthesizer.Storage
    • Synthesizer.Utility
    • Synthesizer.Zip

Flags

Automatic Flags
NameDescriptionDefault
optimizeadvanced

Enable advanced optimizations. They slow down compilation considerably.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2, 0.2.1, 0.3, 0.3.0.1, 0.3.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.1, 0.4.2, 0.5, 0.5.0.1, 0.5.1, 0.5.2, 0.6, 0.7, 0.7.0.1, 0.7.0.2, 0.7.1, 0.8, 0.8.0.1, 0.8.0.2, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2, 0.8.2.1, 0.8.3, 0.8.4
Dependencies array (>=0.1 && <0.6), base (>=4 && <5), binary (>=0.1 && <1), bytestring (>=0.9 && <0.11), containers (>=0.1 && <0.6), deepseq (>=1.1 && <1.5), event-list (>=0.1 && <0.2), explicit-exception (>=0.1.6 && <0.2), filepath (>=1.1 && <1.5), non-empty (>=0.2 && <0.4), non-negative (>=0.1 && <0.2), numeric-prelude (>=0.4.2 && <0.5), numeric-quest (>=0.1 && <0.3), process (>=1.0 && <1.5), QuickCheck (>=1 && <3), random (>=1.0 && <2.0), sample-frame-np (>=0.0.4 && <0.1), sox (>=0.1 && <0.3), storable-record (>=0.0.1 && <0.1), storable-tuple (>=0.0.1 && <0.1), storablevector (>=0.2.5 && <0.3), transformers (>=0.2 && <0.6), utility-ht (>=0.0.12 && <0.1) [details]
License LicenseRef-GPL
Author Henning Thielemann <haskell@henning-thielemann.de>
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Sound
Home page http://www.haskell.org/haskellwiki/Synthesizer
Source repo this: darcs get http://code.haskell.org/synthesizer/core/ --tag 0.8
head: darcs get http://code.haskell.org/synthesizer/core/
Uploaded by HenningThielemann at 2016-09-03T09:55:53Z
Distributions LTSHaskell:0.8.4, NixOS:0.8.3, Stackage:0.8.4
Reverse Dependencies 8 direct, 0 indirect [details]
Downloads 21106 total (112 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-20 [all 3 reports]