freesound-0.0.2: Access the Freesound Project database

Sound.Freesound.Properties

Synopsis

Documentation

data User Source

User of the Freesound database.

Constructors

User 

Fields

userId :: Int
 
userName :: String
 

Instances

data Description Source

Description of a Sample, containing user and text.

Constructors

Description User String 

data Statistics Source

Statistics of a Sample in the database.

Constructors

Statistics 

Fields

downloads :: Int
 
rating :: (Int, Int)
 

type Tag = StringSource

Tag (a single word) for describing a Sound

fromXML :: Element -> Maybe PropertiesSource

Read a Properties value from an Element in the Maybe monad.

listFromXML :: Element -> [Properties]Source

Read a list of Properties from an Element.