So it's a simple library.
Basically, it has two major files.
One is this freesound.py that specifies a series of classes of functions,
through which we can do all these queries through the API.
So we can do the text search queries, or we can get sounds or
do combined search, or of different things.
And then there is Another file that is quite useful is the example file.
So in these examples, we have some example
pieces of code that perform different things.
So for example, they can perform, we request a sound,
for example here, and then we can just display the information about the sound or
we can get the analysis data, etc, etc.
Anyway, so let's use it so in order to use it the first
thing we will have to do is basically clone it so
we would just go here and get this ACPS URL and
then do from our computer git clone this and we'll get it.
But in order to use the API,
we need to have an API key.
Okay, so the first thing we need to do Is go
to a freesound and apply, so this is the,
again the developer's page of freesound and
we need to apply for a key, okay?
That's a key that is specific to us and
specific to our computer, and therefore it should be a personal.
So now I apply for a key and I will delete it after I do this demonstration.
But basically let's just use this key in this
lecture, to exemplify how to use it.
But you should apply for your own key and then use it.
And then you have this API key which should be secret, and you would use it.
Okay, so let's go to a text editor in which I copied