Not Monitored
Tag not monitored by Microsoft.
43,563 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am working on audio signals. I am trying to perform segmentation to extract essential audio clips from the signal.
I have used silence_removal from audioSegmentation(pyAudioAnalysis) and have time indices of segments now. e.g [[2.305,4.50],[6.0,7.8]] etc.
How do I construct my signal back from these time indices so that I just have the segmented clips added together to get the signal.
Also, how do I denoise my signal?