Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate latest SVOX code drop that affects output signal generation | Jean-Michel Trivi | 2009-08-19 | 1 | -19/+50 |
| | | | | in the pico library. | ||||
* | Merge change 21591 into eclair | Android (Google) Code Review | 2009-08-17 | 18 | -85/+151 |
|\ | | | | | | | | | * changes: 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(). | ||||
| * | Integrate SVOX update that offers two modes to reset the engine: soft | Jean-Michel Trivi | 2009-08-17 | 18 | -85/+151 |
| | | | | | | | | | | | | | | | | | | 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(). | ||||
* | | Add missing license files | Jean-Baptiste Queru | 2009-08-13 | 2 | -0/+190 |
|/ | | | | BUG=1573996 | ||||
* | Moving PicoTts plugin under the pico directory of external/svox | Charles Chen | 2009-06-22 | 62 | -0/+47815 |