pyAudioAnalysis
pyAudioAnalysis copied to clipboard
How to Generate WAV files with the detected segments
I am new to Pyhton
I used the silence removal utility segments = aS.silenceRemoval(x, Fs, 0.020, 0.020, smoothWindow = 1.0, Weight = 0.3, plot = True)
After getting the segments how to generate the audio using this segment information?
I could not generate .segment file ,when i train/test my own datasets ,and do not display accuracy.
any updates? Thanks.