rubberband alternatives and similar packages
Based on the "Sound" category.
Alternatively, view rubberband alternatives based on common mentions on social networks and blogs.
-
proteaaudio
Simple audio library for Windows, Linux, OSX. Supports Mp3, Ogg, Wav playback and multichannel mixing. -
mushu
Mushu is a minimalist MPD client with a TUI and an incremental fuzzy finder for your music library -
ALUT
A Haskell binding for the OpenAL Utility Toolkit, which makes managing of OpenAL contexts, loading sounds in various formats and creating waveforms very easy. -
OpenAL
A Haskell binding for the OpenAL cross-platform 3D audio API, appropriate for use with gaming applications and many other types of audio applications.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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
.