I'm using Sphinx4 to perform speech recognition with a grammar, but I want, for another purpose, saving to an audio file that the user said without a grammar.
Basically the user says something and when it's silent an audio file is created and I want to know if I can reuse Sphinx4 system to perform this action. If yes, how can I do this?