@hackage sample-frame0.0.4
Handling of samples in an (audio) signal
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (4)
- QuickCheck >=1.0 && <3.0
- base >=1.0 && <2
- special-functors >=1.0 && <1.1
- storable-record >=0.0.2 && <0.1 Show all…
Dependents (10)
@hackage/synthesizer-llvm, @hackage/soxlib, @hackage/acme-everything, @hackage/definitive-sound, @hackage/storablevector, @hackage/sample-frame-np, Show all…
Package Flags
buildbenchmarks
(off by default)
Build benchmark executables
splitbase
(on by default)
Choose the new smaller, split-up base package.
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.