olivecha / guitarsounds

python library to analyse guitar sounds
MIT License
6 stars 0 forks source link

Support combining the signals to increase precision #11

Closed olivecha closed 3 years ago

olivecha commented 3 years ago

Possibly :

Create a function such that : Sound = f(Sound1, Sound2, ..., Soundn)

olivecha commented 3 years ago

Added average_envelop_plot() as a global function, computed with an average of the different envelopes with a filter to remove outliers