sample-frame: Handling of samples in an (audio) signal
This package provides a type class to handle signed and unsigned samples of various size and number of channels in a uniform way.
We expect that you use the types Int8
, Word8
and so on
for monophonic samples and thus provide instances of the class for them.
Further we define Stereo record and mu-law sample type.
Quadrophony can be achieved by nested Stereo value,
but I'm uncertain, whether this is a good way to go.
Maybe we add 5+1 channels or so in future.
This is used by packages sox
, alsa
, synthesizer
.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
buildbenchmarks | Build benchmark executables | Disabled |
splitbase | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- sample-frame-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4 |
---|---|
Dependencies | base (>=1.0 && <5), QuickCheck (>=1.0 && <3.0), special-functors (>=1.0 && <1.1), storable-record (>=0.0.2 && <0.1), storable-tuple (>=0.0.1 && <0.1), storablevector (>=0.2.4 && <0.3) [details] |
Tested with | ghc ==6.10.4 |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Sound |
Home page | http://www.haskell.org/haskellwiki/Synthesizer |
Uploaded | by HenningThielemann at 2010-09-25T08:22:27Z |
Distributions | LTSHaskell:0.0.4, NixOS:0.0.4, Stackage:0.0.4 |
Reverse Dependencies | 8 direct, 8 indirect [details] |
Executables | speedtest |
Downloads | 4105 total (32 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |