freesound-0.3.0: Access the Freesound Project database

Safe HaskellNone
LanguageHaskell98

Sound.Freesound.Search

Synopsis

Documentation

id :: Numerical SoundId -> Filters Source

Sound id on Freesound.

license :: License -> Filters Source

duration :: Numerical Double -> Filters Source

Duration of sound in seconds.

bitdepth :: Numerical Integer -> Filters Source

WARNING is not to be trusted right now.

bitrate :: Numerical Integer -> Filters Source

WARNING is not to be trusted right now.

filesize :: Numerical Integer -> Filters Source

File size in bytes.

channels :: Numerical Integer -> Filters Source

Number of channels in sound, mostly 1 or 2, sometimes more.

md5 :: Text -> Filters Source

32-byte md5 hash of file.

numDownloads :: Numerical Integer -> Filters Source

All zero right now (not imported data).

avgRating :: Numerical Double -> Filters Source

Average rating, from 0 to 5.

numRatings :: Numerical Integer -> Filters Source

Number of ratings.

comments :: Numerical Integer -> Filters Source

Number of comments.

data Numerical a Source

Numerical constraint.

Instances

Eq a => Eq (Numerical a) Source 
Show a => Show (Numerical a) Source 
NumericalQueryValue a => QueryValueLike (Numerical a) Source 

between :: Ord a => a -> a -> Numerical a Source