Feb-21-2022, 11:53 PM
Hi, I have a small project where I have a mechanical clock and I record it ticking (pic below) and I would like to be able to identify the tick first just to find the average time between tics and average beat error and etc. I know of libraries like PyAudioAnalysis and Mutagen but I dont know how to find/isolate the tics seeing as the signal is always slightly different.
here is a picture of the audio (audacity)
https://drive.google.com/file/d/1LhXn-D3...sp=sharing
![[Image: view?usp=sharing]](https://drive.google.com/file/d/1LhXn-D34-4WZDDSlsOkSedGTfgmcjyNK/view?usp=sharing)
here is one tic, isolated, like I want to do after I can isolate the tics
https://drive.google.com/file/d/1LhXn-D3...sp=sharing
![[Image: view?usp=sharing]](https://drive.google.com/file/d/1mrTgaGZoopyK_nUe-LfQ7BIJKHLhuJnz/view?usp=sharing)
I have no idea how to work with audio, can someone point me in the right direction to be able to extract the data I want from the audio file? I know the frequency of the clock so I have a way to know if I am getting the right results.
here is a picture of the audio (audacity)
https://drive.google.com/file/d/1LhXn-D3...sp=sharing
here is one tic, isolated, like I want to do after I can isolate the tics
https://drive.google.com/file/d/1LhXn-D3...sp=sharing
I have no idea how to work with audio, can someone point me in the right direction to be able to extract the data I want from the audio file? I know the frequency of the clock so I have a way to know if I am getting the right results.