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

Copyright(c) OleksandrZhabenko 2020
LicenseMIT
StabilityExperimental
Safe HaskellNone
LanguageHaskell2010

DobutokO.Sound.Effects.Upsample

Description

Maintainer : olexandr543@yahoo.com

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

Documentation

data Upsample a Source #

Constructors

U 
US1 a 
Instances
FstParamSet a (Upsample a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParamSet

Methods

set1 :: a -> Upsample a Source #

Eq a => Eq (Upsample a) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Upsample

Methods

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

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

Show (Upsample Int) Source # 
Instance details

Defined in DobutokO.Sound.Effects.Upsample

FstParamM (Upsample a) a Source # 
Instance details

Defined in DobutokO.Sound.Effects.Classes.FstParam

Methods

get1m :: Upsample a -> Maybe a Source #