rubberband alternatives and similar packages
Based on the "Sound" category.
Alternatively, view rubberband alternatives based on common mentions on social networks and blogs.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of rubberband or a related project?
README
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
.