synthesizer-llvm: Efficient signal processing using runtime compilation
Efficient signal processing
using runtime compilation and vector instructions.
It uses LLVM library, thus it is not bound to a specific CPU.
There are some example executables that you can build
with Cabal flag buildExamples
:
synthi-llvm-render
: Render a MIDI file into an audio file using some arbitrary instruments.synthi-llvm-alsa
: A realtime software synthesizer that receives MIDI events via ALSA and in response plays tones via ALSA. If you have no ALSA (or Linux at all), then you can disable this example with-f-alsa
.synthi-llvm-jack
: The same realtime software synthesizer using JACK. If you have no JACK, then you can disable this example with-f-jack
.synthi-llvm-example
: Not very useful as an executable. You should better load the according module into GHCi and play around with it. The module Synthesizer.LLVM.LAC2011 should be especially useful for an introduction.
Modules
[Index]
- Synthesizer
- LLVM
- Causal
- CausalParameterized
- Synthesizer.LLVM.CausalParameterized.Controlled
- Synthesizer.LLVM.CausalParameterized.ControlledPacked
- Synthesizer.LLVM.CausalParameterized.Functional
- Synthesizer.LLVM.CausalParameterized.FunctionalPlug
- Synthesizer.LLVM.CausalParameterized.Helix
- Synthesizer.LLVM.CausalParameterized.Process
- Synthesizer.LLVM.CausalParameterized.ProcessPacked
- Synthesizer.LLVM.CausalParameterized.ProcessValue
- Synthesizer.LLVM.CausalParameterized.RingBuffer
- Synthesizer.LLVM.CausalParameterized.RingBufferForward
- Synthesizer.LLVM.Complex
- Filter
- Synthesizer.LLVM.Filter.Allpass
- Synthesizer.LLVM.Filter.Butterworth
- Synthesizer.LLVM.Filter.Chebyshev
- Synthesizer.LLVM.Filter.ComplexFirstOrder
- Synthesizer.LLVM.Filter.ComplexFirstOrderPacked
- Synthesizer.LLVM.Filter.FirstOrder
- Synthesizer.LLVM.Filter.Moog
- Synthesizer.LLVM.Filter.NonRecursive
- Synthesizer.LLVM.Filter.SecondOrder
- Synthesizer.LLVM.Filter.SecondOrderCascade
- Synthesizer.LLVM.Filter.SecondOrderPacked
- Synthesizer.LLVM.Filter.Universal
- Synthesizer.LLVM.Fold
- Synthesizer.LLVM.Frame
- Generator
- Synthesizer.LLVM.Interpolation
- Synthesizer.LLVM.MIDI
- Synthesizer.LLVM.Parameter
- Parameterized
- Plug
- Server
- Simple
- Storable
- Synthesizer.LLVM.Wave
- LLVM
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables | Disabled |
alsa | Build ALSA synthesizer if examples are built | Enabled |
jack | Build JACK synthesizer if examples are built | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- synthesizer-llvm-0.8.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- 0.8.2, 0.8.2.1, 0.8.3, 0.9, 1.0.0.0.0.1
Versions [RSS] | 0.2, 0.2.0.1, 0.3, 0.5, 0.5.0.1, 0.5.0.2, 0.6, 0.7, 0.7.0.1, 0.8, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.2, 0.8.2.1, 0.8.3, 0.9, 1.0, 1.1, 1.1.0.1 |
---|---|
Change log | Changes.md |
Dependencies | alsa-pcm (>=0.6 && <0.7), alsa-seq (>=0.6 && <0.7), base (>=4 && <5), containers (>=0.1 && <0.6), event-list (>=0.1 && <0.2), explicit-exception (>=0.1.7 && <0.2), gnuplot (>=0.5 && <0.6), jack (>=0.7 && <0.8), llvm-extra (>=0.7 && <0.8), llvm-tf (>=3.1 && <3.1.1), midi (>=0.2.1 && <0.3), midi-alsa (>=0.2.1 && <0.3), non-empty (>=0.2.1 && <0.4), non-negative (>=0.1 && <0.2), numeric-prelude (>=0.3 && <0.5), optparse-applicative (>=0.11 && <0.13), pathtype (>=0.8 && <0.9), random (>=1.0 && <1.2), sox (>=0.2 && <0.3), storable-record (>=0.0.3 && <0.1), storable-tuple (>=0.0.2 && <0.1), storablevector (>=0.2.6 && <0.3), synthesizer-alsa (>=0.5 && <0.6), synthesizer-core (>=0.8 && <0.9), synthesizer-llvm, synthesizer-midi (>=0.6 && <0.7), tfp (>=1.0 && <1.1), transformers (>=0.2 && <0.6), unsafe (>=0.0 && <0.1), utility-ht (>=0.0.12 && <0.1), vault (>=0.3 && <0.4) [details] |
Tested with | ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.1 |
License | LicenseRef-GPL |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Sound, Music |
Home page | http://www.haskell.org/haskellwiki/Synthesizer |
Source repo | this: darcs get http://code.haskell.org/synthesizer/llvm/ --tag 0.8.1.1 head: darcs get http://code.haskell.org/synthesizer/llvm/ |
Uploaded | by HenningThielemann at 2016-09-15T08:28:20Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | synthi-llvm-speech, synthi-llvm-sample, synthi-llvm-render, synthi-llvm-jack, synthi-llvm-alsa, synthi-llvm-lndw, synthi-llvm-example |
Downloads | 10358 total (57 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |