hi,
i'm currently updating my freesound library for haskell [1] to the new API and have a couple of questions regarding data formats (that could maybe be clarified in the documentation):
* is the sound file type guaranteed to be one of [ wav, aif, ogg, mp3, flac ]? note that the filter documentation uses "aiff" but the actual string returned by the API is "aif".
* is the date format of a sound's 'created' field guaranteed to be "%Y-%m-%d %H:%M:%S"?
* what's the difference between 'pack' and 'pack_tokenized' in the search filters? iow, what's a tokenized string in this context?
thanks,
<sk>
[1]
https://github.com/kaoskorobase/freesound