conduit-audio: Combinators to efficiently slice and dice audio streams
conduit-audio
applies conduit
's streaming data abilities
to efficiently manipulate audio files and streams.
Simple combinator functions let you mix files together,
cut and paste sections of audio,
and apply more complicated transformations like resampling or timestretching,
all with the following properties:
Tiny memory usage, proportional only to the number of simultaneous sources/effects
Uses no temporary files; everything is done in one pass
Blazing fast! (for most uses)
Downloads
- conduit-audio-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3 |
---|---|
Dependencies | base (>=4.6 && <4.9), conduit, vector [details] |
License | LicenseRef-LGPL |
Author | Michael Tolly |
Maintainer | miketolly@gmail.com |
Category | Sound |
Home page | http://github.com/mtolly/conduit-audio |
Bug tracker | http://github.com/mtolly/conduit-audio/issues |
Source repo | head: git clone http://github.com/mtolly/conduit-audio |
Uploaded | by mtolly at 2015-09-16T04:05:40Z |
Distributions | NixOS:0.2.0.3 |
Reverse Dependencies | 6 direct, 0 indirect [details] |
Downloads | 4713 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-09-28 [all 2 reports] |