voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

Visualizations #3

Open k8si opened 10 years ago

k8si commented 10 years ago

It'd be nice to have a module for generating visualizations of the data being processed. These visualizations could include:

In the original Voicesauce, you had the option to see an image of the waveform as you were taking measurements so that might be a good place to start. These visualizations could be generated something like matplotlib.

bendichter commented 9 years ago

librosa might help here