synthesizer-0.0.3: Audio signal processing coded in HaskellSource codeContentsIndex
Synthesizer.Inference.Reader.Noise
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainersynthesizer@henning-thielemann.de
Description
Documentation
whiteSource
:: (C yv, Random yv, C q')
=> q'width of the frequency band
-> q'volume caused by the given frequency band
-> T t q' (T y q' yv)noise
whiteGenSource
:: (C yv, Random yv, RandomGen g, C q')
=> grandom generator, can be used to choose a seed
-> q'width of the frequency band
-> q'volume caused by the given frequency band
-> T t q' (T y q' yv)noise
randomPeeks :: (C q, Random q, Ord q, C q', C q q') => T q q' (T q q' q -> [Bool])Source
Produced by Haddock version 2.3.0