The original freesound recordings are located at `source_data/events/[classname]/[fileid].wav` and are accompanied by a text file [`[fileid].yaml`] in the same location, which consists of the annotations of the isolated events (field `valid_segments` with start and end times in seconds), as well as other meta data about the recording, as provided on freesound, including the license.
Basically, we have the source sounds file, and the final evaluation dataset is created using mixture code : https://zenodo.org/record/1160455
you could look at the code for the mixture structure.