The simplecochlea package is a basic cochlea model, designed during the M4 project, for the conversion of sound into spikes. The code is availaible here. The doc is here
DanaSoft is a python interface based on PyQt4. Github link Installation If you are using Anaconda create a new environment with python's version 2.7 (in a terminal) : shell conda create -n danasoft_env python=2.7 activate danasoft_env Manual install PyQt4 on this environment Install numpy : conda install numpy Download …