We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I want to use endpoint detection to remove unwanted noises from a voice record. How can i use it ? How can i calculate short-term energy and short-term zero crossing rate ? What should i do after calculation ?
Answers
It sounds like you have a lot of specific voice and speech requirements for whatever your project is.
The general theory and methods might be covered in a good Intro to Speech Processing book.
You might also find examples with the search "Java endpoint detection" -- e.g.:
http://ganeshtiwaridotcomdotnp.blogspot.com/2011/08/silence-removal-and-end-point-detection_29.html?m=1
https://github.com/Sciss/SpeechRecognitionHMM/blob/master/src/main/java/org/ioe/tprsa/audio/preProcessings/EndPointDetection.java
Yes, i have to make a project in order to graduate. Thank you.
Good luck with your project -- were either of those code example of endpoint detection helpful?
Thanks, this project is difficult to do alone so i changed my project subject. But if i continue , i think those code would help.
Good luck with your new project, @melisaztrk -- let the forum know if there is anything we can answer.
Ok, thanks.