Integrate SVOX update that offers two modes to reset the engine: soft
and full. Soft reset is lighter-weight than the previous pico_resetEngine()
function as it only clears the input (text) and output (audio data)
buffers of the synthesis engine.
The synthesis loop is now taking advantage of the soft reset whenever
it is interrupted, rather than performing a full engine reset after
each call to stop().
19 files changed
tree: db46c91063b1d9ca27c4618c9262a1fd09014c94
  1. pico/
  2. picolanginstaller/
  3. Android.mk
  4. MODULE_LICENSE_APACHE2