Package aldrin :: Module freesound :: Class Freesound
[show private | hide private]
[frames | no frames]

Class Freesound


Method Summary
  __init__(self)
  call(self, baseurl, **kargs)
  call_post(self, baseurl, **kargs)
  call_stream(self, baseurl, **kargs)
  download(self, sampleid, *args, **kargs)
  get(self, url)
  get_sample_info(self, sampleid)
  get_stream(self, url)
  is_logged_in(self)
  login(self, username, password)
  make_url(self, baseurl, **kargs)
  retrieve(self, url, filename)
  search(self, search, start, searchDescriptions, searchTags, searchFilenames, searchUsernames)

Class Variable Summary
str BASE_URL = 'http://freesound.iua.upf.edu/'
str DOWNLOAD_URL = 'http://freesound.iua.upf.edu/samplesDown...
str FILEINFO_URL = 'http://freesound.iua.upf.edu/samplesView...
str LOGIN_URL = 'http://freesound.iua.upf.edu/forum/login.ph...
str SEARCH_URL = 'http://freesound.iua.upf.edu/searchTextXML...

Class Variable Details

BASE_URL

Type:
str
Value:
'http://freesound.iua.upf.edu/'                                        

DOWNLOAD_URL

Type:
str
Value:
'http://freesound.iua.upf.edu/samplesDownload.php'                     

FILEINFO_URL

Type:
str
Value:
'http://freesound.iua.upf.edu/samplesViewSingleXML.php'                

LOGIN_URL

Type:
str
Value:
'http://freesound.iua.upf.edu/forum/login.php'                         

SEARCH_URL

Type:
str
Value:
'http://freesound.iua.upf.edu/searchTextXML.php'                       

Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 http://epydoc.sf.net