dobutokO-effects-0.10.1.0: A library to deal with SoX effects and possibilities

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Spectrogram

Description

Maintainer : olexandr543@yahoo.com

Helps to create experimental music. Can be used for applying the SoX "spectrogram" effect.

Documentation

data SString1 a Source #

Constructors

W1 a 
T a 
C a 
O a 
Instances
Eq a => Eq (SString1 a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Spectrogram

Methods

(==) :: SString1 a -> SString1 a -> Bool #

(/=) :: SString1 a -> SString1 a -> Bool #

Show (SString1 String) Source #

For W1 the argument can be one of the following: "Hann" (default), "Hamming", "Bartlett", "Rectangular", "Kaiser", "Dolph".

Instance details

Defined in DobutokO.Sound.Effects.Spectrogram

Show (Spectrogram3 SFloat SString Spectr PositionS DurationD) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Spectrogram

data Spectrogram3 a b c d e Source #

Constructors

SG [a] [b] [c] [d] [e] 

spectrogram31 :: Spectrogram3 a b c d e -> [a] Source #

spectrogram32 :: Spectrogram3 a b c d e -> [b] Source #

spectrogram33 :: Spectrogram3 a b c d e -> [c] Source #

spectrogram34 :: Spectrogram3 a b c d e -> [d] Source #

spectrogram35 :: Spectrogram3 a b c d e -> [e] Source #

spectrogramSet31 :: [a] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #

spectrogramSet32 :: [b] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #

spectrogramSet33 :: [c] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #

spectrogramSet34 :: [d] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #

spectrogramSet35 :: [e] -> Spectrogram3 a b c d e -> Spectrogram3 a b c d e Source #