acousticbrainz-client-0.1.0.0: AcousticBrainz API client
AcousticBrainz.LowLevel.CepstralCoefficients
data CepstralCoefficients Source #
Constructors
Fields
Defined in AcousticBrainz.LowLevel.CepstralCoefficients
Methods
(==) :: CepstralCoefficients -> CepstralCoefficients -> Bool #
(/=) :: CepstralCoefficients -> CepstralCoefficients -> Bool #
compare :: CepstralCoefficients -> CepstralCoefficients -> Ordering #
(<) :: CepstralCoefficients -> CepstralCoefficients -> Bool #
(<=) :: CepstralCoefficients -> CepstralCoefficients -> Bool #
(>) :: CepstralCoefficients -> CepstralCoefficients -> Bool #
(>=) :: CepstralCoefficients -> CepstralCoefficients -> Bool #
max :: CepstralCoefficients -> CepstralCoefficients -> CepstralCoefficients #
min :: CepstralCoefficients -> CepstralCoefficients -> CepstralCoefficients #
readsPrec :: Int -> ReadS CepstralCoefficients #
readList :: ReadS [CepstralCoefficients] #
readPrec :: ReadPrec CepstralCoefficients #
readListPrec :: ReadPrec [CepstralCoefficients] #
showsPrec :: Int -> CepstralCoefficients -> ShowS #
show :: CepstralCoefficients -> String #
showList :: [CepstralCoefficients] -> ShowS #
parseJSON :: Value -> Parser CepstralCoefficients #
parseJSONList :: Value -> Parser [CepstralCoefficients] #