KinMaynard / soundscope

Audio Imager & Editor Python Package
MIT License
0 stars 0 forks source link

Research transient detection #17

Open KinMaynard opened 3 years ago

KinMaynard commented 3 years ago

I want to build a function that detects transients in an array of audio data.

Possible features: plot the transients identify and label them within another plot return transient indices

research autocorrelation (relevant matplotlib docs)