Freesound Explorer screenshot


Freesound Explorer is a visual interface for exploring Freesound in a 2-dimensional space and create music at the same time :)

Using Freesound Explorer you can perform text-based queries in Freesound, and see the results arranged in a 2-dimensional space. A well known dimensionality reduction technique is used (tSNEJS) to learn a space from spectral audio features provided by Freesound. In this way, sounds are self-organised according to some sort of timbre similarity.

Freesound Explorer is implemented as a web application which takes advantage of modern web technologies including the Web Audio API and the Web MIDI API. Freesound Explorer also uses a Python Flask backend for handling user accounts, but it can also be run statically without the backend (with reduced functionality and no user handling).

More information can be found in the demo paper that was presented at the Web Audio Conference 2017 held at Queen Mary University of London.

Freesound Explorer has been (so far) developed by Frederic Font and Giuseppe Bandiera, researchers at the Music Technology Group of Universitat Pompeu Fabra, Barcelona. External contributions are welcome!


By: Frederic Font, Giuseppe Bandiera
Released: 21 August 2017
URL: http://labs.freesound.org/fse/
Code: http://github.com/ffont/freesound-explorer/