Frederic Font
Frederic Font
Currently we use tons of GB on database indexes. We should check if all of these are necessary and whether we can get rid of some of them. Maybe postgreSQL...
It would be convenient to publish freesound-python in PyPi so it can be easily installed with easy_install or pip. See the instructions here: http://peterdowns.com/posts/first-time-with-pypi.html. We could wait until we close...
The Freesound API is often used to download sounds to disk and then load them in `numpy` arrays (or other types of data structures). It would be useful to add...
We have outdated dependencies, nooooo :(
Currently it is possible to bookmark a sound via the info window when selecting it. The star should turn into a "filled" star when doing that. Also, when application loads...
Currently audio can be recorded by clicking on the "record" button. The audio recording starts right after clicking the button and stops when clicking again. There should be an option...
Move path sequence display in bottom bar, including audio waveforms, time grid and reacting to sync mode, etc...
As reported by a user: > so i found out the hard way you guys have no "email has been sent" confirmation or even blocker to stop clicking it more...
It is currently not possible to use negation operator in search filters because our code in `search_filter_make_intersection` will add `+` signs to the filter terms and that results in a...
We should upgrade to the next LTS version of Django (5.2) Steps: - [ ] Clear Django 5 warnings (run tests with warnings option enabled to see them). This will...