Hi all, I want to use .wav file as input instead of direct voice input, since I want to do preprocessing on the voice file recorded from elsewhere. I notice Sphinx4 can do that easily, any way to do it on Android? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, I want to use .wav file as input instead of direct voice input, since I want to do preprocessing on the voice file recorded from elsewhere. I notice Sphinx4 can do that easily, any way to do it on Android? Thanks.
Hi all, I want to use .wav file as input instead of direct voice input, since I want to do preprocessing on the voice file recorded from elsewhere. I notice Sphinx4 can do that easily, any way to do it on Android? Thanks.
Take a look at the pocketsphinx-android sources
https://github.com/cmusphinx/pocketsphinx-android. You'll be
interested in this line
https://github.com/cmusphinx/pocketsphinx-android/blob/master/src/edu/cmu/pocketsphinx/SpeechRecognizer.java#L237
in particular.
On Thu, Aug 21, 2014 at 7:23 AM, Phantom shrinephantom@users.sf.net wrote:
--
Sincerely, Alexander
So, I need to build my own jar archives instead of using the existed one, right?
No, you can use the existing library. You'll just have to create your own version of high-level SpeechRecognizer-like class.
Last edit: Alexander Solovets 2014-08-21