conduit-audio: Combinators to efficiently slice and dice audio streams
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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)
Properties
Versions | 0.1, 0.1, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <4.8), 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-03-22T02:14:44Z |
Modules
[Index]
- Data
- Conduit
Downloads
- conduit-audio-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees