Popularity
2.2
Growing
Activity
0.0
Stable
2
3
0

Monthly Downloads: 17
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: Sound     Multimedia    
Latest version: v0.1

rubberband alternatives and similar packages

Based on the "Sound" category.
Alternatively, view rubberband alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rubberband or a related project?

Add another 'Sound' Package

README

Available on Hackage Build Status

This is a Haskell binding to the Rubber Band audio stretching library. Two interfaces are provided:

  • The low-level interface, Sound.RubberBand.Raw, gives you simple access to the C API.

  • The higher-level interface, Sound.RubberBand.Nice, offers a garbage-collected state object and easier memory management via Haskell vectors instead of pointers.

A sample application wavstretch is also provided to demonstrate the high-level interface.

Now available on Hackage, so you can install with cabal install rubberband.