| Copyright | (c) OleksandrZhabenko 2020 |
|---|---|
| License | MIT |
| Maintainer | olexandr543@yahoo.com |
| Stability | Experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
DobutokO.Sound.Effects.Dither
Description
Helps to create experimental music. Can be used for applying the SoX "dither" effect.
Documentation
Constructors
| Lipshitz | |
| FWeighted | |
| ModifiedEWeighted | |
| ImprovedEWeighted | |
| Gesemann | |
| Shibata | |
| LowShibata | |
| HighShibata |
filterSet1 :: a -> Filter a Source #
data PrecisionD a Source #
Instances
| FstParamSet Float Precision Source # | |
| Eq a => Eq (PrecisionD a) Source # | |
Defined in DobutokO.Sound.Effects.Dither | |
| Show (PrecisionD Float) Source # | |
Defined in DobutokO.Sound.Effects.Dither | |
| FstParamM (PrecisionD a) a Source # | |
Defined in DobutokO.Sound.Effects.Classes.FstParam Methods get1m :: PrecisionD a -> Maybe a Source # | |
| Show (Dither FilterN AutoD Precision) Source # | |
type Precision = PrecisionD Float Source #
precisionDC :: PrecisionD a -> String Source #
precisionD1 :: PrecisionD a -> Maybe a Source #
precisionSet1 :: Float -> Precision Source #
Instances
| ThdParamSet3 c (Dither a b c) Source # | |
| SndParamSet3 b (Dither a b c) Source # | |
| FstParamSet3 a (Dither a b c) Source # | |
| (Eq a, Eq b, Eq c) => Eq (Dither a b c) Source # | |
| Show (Dither FilterN AutoD Precision) Source # | |
| ThdParamM (Dither a b c) c Source # | |
| SndParamM (Dither a b c) b Source # | |
| FstParamM (Dither a b c) a Source # | |
ditherSet1 :: a -> Dither a b c -> Dither a b c Source #
ditherSet2 :: b -> Dither a b c -> Dither a b c Source #
ditherSet3 :: c -> Dither a b c -> Dither a b c Source #