acousticbrainz-client-0.1.0.0: AcousticBrainz API client
AcousticBrainz.LowLevel.Algorithm.SilenceRate
Description
SilenceRate algorithm: https://essentia.upf.edu/documentation/reference/streaming_SilenceRate.html .
data Output Source #
Constructors
Fields
Defined in AcousticBrainz.LowLevel.Algorithm.SilenceRate
Methods
(==) :: Output -> Output -> Bool #
(/=) :: Output -> Output -> Bool #
compare :: Output -> Output -> Ordering #
(<) :: Output -> Output -> Bool #
(<=) :: Output -> Output -> Bool #
(>) :: Output -> Output -> Bool #
(>=) :: Output -> Output -> Bool #
max :: Output -> Output -> Output #
min :: Output -> Output -> Output #
readsPrec :: Int -> ReadS Output #
readList :: ReadS [Output] #
readPrec :: ReadPrec Output #
readListPrec :: ReadPrec [Output] #
showsPrec :: Int -> Output -> ShowS #
show :: Output -> String #
showList :: [Output] -> ShowS #
parseJSON :: Value -> Parser Output #
parseJSONList :: Value -> Parser [Output] #