freesound-0.3.0: Access the Freesound Project database

Safe HaskellNone
LanguageHaskell98

Sound.Freesound.Pack

Synopsis

Documentation

id :: Pack -> PackId Source

The unique identifier of this pack.

url :: Pack -> URI Source

The URI for this pack on the Freesound website.

description :: Pack -> Text Source

The description the user gave to the pack (if any).

created :: Pack -> UTCTime Source

The date when the pack was created (e.g. “2014-04-16T20:07:11.145”).

name :: Pack -> Text Source

The name user gave to the pack.

username :: Pack -> Text Source

Username of the creator of the pack.

numSounds :: Pack -> Int Source

The number of sounds in the pack.

sounds :: Pack -> Resource (List Summary) Source

The URI for a list of sounds in the pack.

numDownloads :: Pack -> Int Source

The number of times this pack has been downloaded.