Pankaj - 2012-09-12

Hi,
I am using pocketsphinx on an ARM platform and alsa libraries.

In my code I am using the start and stop functions in the following sequence

ad_start_rec(ad)
//listen and decode utterance
ad_stop_rec(ad)
//Wait for user response
ad_start_rec(ad)
//Listen and decode utterance

My observation is that once I use ad_stop_rec() then I am unable to resume
recording by using the function ad_stop_rec.
Is there anything fundamental which I am missing.

Pankaj