Re-factored MRCPSynth() to feed synthesized speech to Asterisk directly from...
Re-factored MRCPSynth() to feed synthesized speech to Asterisk directly from MPF callback. This allows to bypass unnecessary buffering in speech_channel and deliver the data as soon as it becomes available.
The new MRCPSynth() reflects the corresponding implementation of speech synthesis in SynthAndRecog().