name: vocoder version: 0.1.0.0 homepage: https://github.com/tilk/vocoder synopsis: Phase vocoder description: This package is an implementation of phase vocoder frequency domain processing algorithms. It has minimal dependencies on external libraries. It can be used directly, but for most uses it's more convenient to use a streaming or FRP library wrapper. Packages vocoder-conduit and vocoder-dunai are provided for this purpose. license: BSD2 license-file: LICENSE author: Marek Materzok maintainer: tilk@tilk.eu -- copyright: category: Sound build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Vocoder, Vocoder.Window, Vocoder.Filter -- other-modules: -- other-extensions: build-depends: base >=4.11 && <4.15, vector >= 0.12.1.0 && <0.13, vector-fftw >= 0.1.3.8 && < 0.2, random >= 1.2.0 && < 1.3 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall