speechutils
speechutils copied to clipboard
Android library for speech-to-text and text-to-speech apps
Hello , This is a very useful repo. In the speechutils github repo there is a para that mentions pausing background audio. I have built the app and am using...
Please provide some documentation to use it.
# Library crashes when we try to call isPausing() on AudioRecorder Caused by: java.lang.ArrayIndexOutOfBoundsException: length=1120000; index=1120000 at ee.ioc.phon.android.speechutils.AbstractAudioRecorder.getRms(AbstractAudioRecorder.java:342) at ee.ioc.phon.android.speechutils.AbstractAudioRecorder.getPauseScore(AbstractAudioRecorder.java:252) at ee.ioc.phon.android.speechutils.AbstractAudioRecorder.isPausing(AbstractAudioRecorder.java:220)
Hi Kaarel, I needed a solution for pause detection in my app and your solution is the best one I've found. Good work and thanks for sharing. I've abstracted it...