summaryrefslogtreecommitdiffstats
path: root/pico/lib
Commit message (Collapse)AuthorAgeFilesLines
* use LOCAL_PATH properlyJoe Onorato2012-07-211-0/+46
| | | | Change-Id: I5a177116b976be159042cab51c297861f275daa2
* Restore initialisation of vec38Chris Dearman2012-01-311-0/+1
| | | | | | It was removed by both a3a82fd2d5be286128ade9007b1861da1d6d0a59 e0faec180004afb9a68ffe7dffce591f0dec305f
* am baadee21: am 97a3fdf7: Merge "Remove duplicate item to avoid compiling error"David Turner2011-01-311-1/+0
|\ | | | | | | | | * commit 'baadee213d3350ab18fbd0c22a3ac3a65a853a4c': Remove duplicate item to avoid compiling error
| * Remove duplicate item to avoid compiling errorChih-Wei Huang2010-12-181-1/+0
| | | | | | | | | | | | | | | | | | The gcc 4.5 complains about the duplicate item: external/svox/pico/lib/picosig2.c: In function 'sigAllocate': external/svox/pico/lib/picosig2.c:75:26: error: operation on 'sig_inObj->int_vec38' may be undefined Change-Id: I4532b770ff02e058253ed01cbed50b0efb8a83ce
* | Remove redundant initilization to get rid of gcc-4.5 warning:Jing Yu2010-05-241-1/+0
|/ | | | | | | | | | | | warning: operation on 'sig_inObj->int_vec38' may be undefined [-Wsequence-point] The source code has cyclic initilization: a = c = b = c. gcc-4.5 reports a warning that c may be undefined. The patch is simply removing the redundant "= c". Tested the patch with all gcc versions. Change-Id: I4a6e9ee22b41058a34b0a657fb60e78c4e8f3ebb
* Revert energy distribution update introduced in Pico engine 1.1.0.2Jean-Michel Trivi2010-03-141-41/+0
| | | | | | as it sounds more muffled, particularly with eng-USA Change-Id: I77c366afb1926f045ef931d0d66ce6a0bb377893
* Patch from SVOX: 1.1.0.2 Engine ReleaseJean-Michel Trivi2010-02-0918-72/+118
| | | | | | | | | Issues fixed since 1.1.0.0: - closing tags not interpreted in some cases where enclosed text contains a smaller-then sign - Discontinuities in energy transformation - Lexicon Access: entry with empty phonetic transcription mistaken as :G2P in seldom cases
* Revert "Integrate latest SVOX code drop that affects output signal generation"Jean-Michel Trivi2009-08-191-50/+19
| | | | | | This reverts commit 3b9e0eec58f1b6d99418eb6365d7b8ae1c2082a2. After more testing, this change seems to poorly coexist with CL 21226.
* Integrate latest SVOX code drop that affects output signal generationJean-Michel Trivi2009-08-191-19/+50
| | | | in the pico library.
* Merge change 21591 into eclairAndroid (Google) Code Review2009-08-1718-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: softJean-Michel Trivi2009-08-1718-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 filesJean-Baptiste Queru2009-08-132-0/+190
|/ | | | BUG=1573996
* Moving PicoTts plugin under the pico directory of external/svoxCharles Chen2009-06-2262-0/+47815