Name: synthesizer-harpy Version: 0.0 License: GPL License-File: LICENSE Author: Henning Thielemann Maintainer: Henning Thielemann Homepage: http://www.haskell.org/haskellwiki/Synthesizer Package-URL: http://code.haskell.org/synthesizer/harpy/ Category: Sound, Music Synopsis: Efficient signal processing using runtime compilation Description: Efficient signal processing using runtime compilation. We also try to get more speed using SIMD instructions. It uses harpy library and is thus limited to Intel processors. Stability: Experimental Tested-With: GHC==6.10.4 Cabal-Version: >=1.2 Build-Type: Simple Flag buildExamples description: Build example executables default: False Library Build-Depends: harpy >=0.5 && <0.6, synthesizer-alsa >=0.3 && <0.4, synthesizer-core >=0.4 && <0.5, alsa-pcm >=0.5 && <0.6, storable-tuple >=0.0.1 && <0.1, sample-frame >=0.0.1 && <0.1, storablevector >=0.2.5 && <0.3 -- numeric-prelude >=0.2 && <0.3, -- non-negative >=0.0.5 && <0.2, -- event-list >=0.0.8 && <0.2, -- data-accessor >=0.1 && <0.2, -- transformers >=0.2 && <0.3, -- utility-ht >=0.0.1 && <0.1 Build-Depends: random >= 1.0 && < 1.1, old-time >= 1.0 && < 1.1, base >= 3 && <5 GHC-Options: -Wall Hs-source-dirs: src Exposed-modules: Synthesizer.Harpy Executable speedtest If !flag(buildExamples) Buildable: False GHC-Options: -Wall -fexcess-precision -threaded -- -ddump-simpl-stats Hs-Source-Dirs: src Main-Is: SpeedTest.hs Executable harpytest If !flag(buildExamples) Buildable: False GHC-Options: -Wall -fexcess-precision -threaded -- -ddump-simpl-stats Hs-Source-Dirs: src Main-Is: HarpyTest.hs