freesound-0.1.0: Access the Freesound Project database
Sound.Freesound.Query
Synopsis
data Query Source
A Query type for searching the database.
Query
Constructors
Fields
The query string
Minimum duration in seconds
Maximum duration in seconds
Bit rate of the soundfile
Bit depth of the soundfile
Sample rate of the soundfile
stringQuery :: String -> QuerySource
Construct a Query to search the database for a String.
String
toPostFields :: Query -> [String]Source
Convert a query to POST request fields.