name: rubberband version: 0.1.0.2 synopsis: Binding to the C++ audio stretching library Rubber Band description: is a high quality software library for audio time-stretching and pitch-shifting. It permits you to change the tempo and pitch of an audio stream or recording dynamically and independently of one another. . Rubber Band Library is open source software under the GNU General Public License. If you want to distribute it in a proprietary commercial application, you need to . . This is a binding to Rubber Band Library v1.8.1. homepage: https://github.com/mtolly/rubberband license: GPL-3 license-file: LICENSE author: Michael Tolly maintainer: miketolly@gmail.com category: Sound build-type: Simple cabal-version: >= 1.10 bug-reports: https://github.com/mtolly/rubberband/issues extra-source-files: README.md library exposed-modules: Sound.RubberBand Sound.RubberBand.Raw Sound.RubberBand.Nice Sound.RubberBand.Option build-depends: base >= 4.5 && < 4.9, vector >= 0.10.9 && < 0.11 hs-source-dirs: src default-language: Haskell2010 includes: rubberband/rubberband-c.h extra-libraries: rubberband pkgconfig-depends: rubberband == 1.8.1 ghc-options: -Wall build-tools: c2hs test-suite test-rubberband type: exitcode-stdio-1.0 main-is: test.hs build-depends: base, rubberband ghc-options: -Wall default-language: Haskell2010 Source-Repository head type: git location: https://github.com/mtolly/rubberband