The synthesizer-core package
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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | array (≥0.1 & <0.4), base (3.*), binary (≥0.1 & <1), bytestring (0.9.*), containers (≥0.1 & <0.4), deepseq (1.1.*), event-list (0.1.*), filepath (1.1.*), non-negative (0.1.*), numeric-prelude (0.2.*), numeric-quest (0.1.*), process (1.0.*), QuickCheck (≥1 & <3), random (≥1.0 & <2.0), sample-frame-np (≥0.0.1 & <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), stream-fusion (≥0.1.2 & <0.2), transformers (0.2.*), utility-ht (≥0.0.5 & <0.1) or array (≥0.1 & <0.4), base (≥4 & <6), binary (≥0.1 & <1), bytestring (0.9.*), containers (≥0.1 & <0.4), deepseq (1.1.*), event-list (0.1.*), filepath (1.1.*), non-negative (0.1.*), numeric-prelude (0.2.*), numeric-quest (0.1.*), process (1.0.*), QuickCheck (≥1 & <3), random (≥1.0 & <2.0), sample-frame-np (≥0.0.1 & <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), stream-fusion (≥0.1.2 & <0.2), transformers (0.2.*), utility-ht (≥0.0.5 & <0.1) or base (≥1.0 & <2), binary (≥0.1 & <1), bytestring (0.9.*), deepseq (1.1.*), event-list (0.1.*), filepath (1.1.*), non-negative (0.1.*), numeric-prelude (0.2.*), numeric-quest (0.1.*), QuickCheck (≥1 & <3), sample-frame-np (≥0.0.1 & <0.1), sox (≥0.1 & <0.3), special-functors (1.0.*), storable-record (≥0.0.1 & <0.1), storable-tuple (≥0.0.1 & <0.1), storablevector (≥0.2.5 & <0.3), stream-fusion (≥0.1.2 & <0.2), transformers (0.2.*), utility-ht (≥0.0.5 & <0.1) |
| License | GPL |
| Author | Henning Thielemann <haskell@henning-thielemann.de> |
| Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
| Stability | Experimental |
| Category | Sound |
| Home page | http://www.haskell.org/haskellwiki/Synthesizer |
| Source repository | darcs get http://code.haskell.org/synthesizer/core/ |
| Executables | speedtest-simple, speedtest-exp, speedtest, test |
| Upload date | Thu Sep 23 12:08:07 UTC 2010 |
| Uploaded by | HenningThielemann |
| Build failure | ghc-6.12 (log), ghc-7.4 (log) |
Modules
- 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.Arrow
- 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.ToneModulation
- 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.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.Interpolation
- Synthesizer.Generic.Loop
- Synthesizer.Generic.Noise
- Synthesizer.Generic.Oscillator
- Synthesizer.Generic.Piece
- Synthesizer.Generic.Signal
- Synthesizer.Generic.Signal2
- Synthesizer.Generic.Tutorial
- Synthesizer.Generic.Wave
- Synthesizer.Interpolation
- Synthesizer.Interpolation.Class
- Synthesizer.Interpolation.Custom
- Synthesizer.Interpolation.Module
- Synthesizer.Piecewise
- 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.Filter.Delay
- Synthesizer.Plain.IO
- Synthesizer.Plain.Instrument
- Synthesizer.Plain.Interpolation
- Synthesizer.Plain.LorenzAttractor
- Synthesizer.Plain.Miscellaneous
- 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.Miscellaneous
- Synthesizer.State.Noise
- Synthesizer.State.NoiseCustom
- Synthesizer.State.Oscillator
- Synthesizer.State.Signal
- Synthesizer.State.ToneModulation
- Storable
- Synthesizer.Storable.Cut
- Filter
- Synthesizer.Storable.Filter.NonRecursive
- Synthesizer.Storable.Oscillator
- Synthesizer.Storable.Play
- Synthesizer.Storable.Signal
- Synthesizer.Storage
- Synthesizer.Utility
Downloads
- synthesizer-core-0.4.tar.gz (Cabal source package)
- package description (included in the package)