b07ea157c35004cf0697bf462c27c52a30c02edb |
|
02-Mar-2011 |
Chris Dearman <chris@mips.com> |
Restore initialisation of vec38 It was removed by both a3a82fd2d5be286128ade9007b1861da1d6d0a59 e0faec180004afb9a68ffe7dffce591f0dec305f
/external/svox/pico/lib/picosig2.c
|
b98275a684e7a261bc103d011b240d2704b059e8 |
|
31-Jan-2011 |
David Turner <digit@android.com> |
am baadee21: am 97a3fdf7: Merge "Remove duplicate item to avoid compiling error" * commit 'baadee213d3350ab18fbd0c22a3ac3a65a853a4c': Remove duplicate item to avoid compiling error
|
a3a82fd2d5be286128ade9007b1861da1d6d0a59 |
|
17-Dec-2010 |
Chih-Wei Huang <cwhuang@linux.org.tw> |
Remove duplicate item to avoid compiling error 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
/external/svox/pico/lib/picosig2.c
|
e0faec180004afb9a68ffe7dffce591f0dec305f |
|
24-May-2010 |
Jing Yu <jingyu@google.com> |
Remove redundant initilization to get rid of gcc-4.5 warning: 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
/external/svox/pico/lib/picosig2.c
|
df387f9c2d4cb129ad311dbda30b7fd52f274cb1 |
|
14-Mar-2010 |
Jean-Michel Trivi <jmtrivi@google.com> |
Revert energy distribution update introduced in Pico engine 1.1.0.2 as it sounds more muffled, particularly with eng-USA Change-Id: I77c366afb1926f045ef931d0d66ce6a0bb377893
/external/svox/pico/lib/picosig2.c
|
e9f72c8954f29f10cb4feb16d328a1b5c1fd7169 |
|
10-Feb-2010 |
Jean-Michel Trivi <jmtrivi@google.com> |
Patch from SVOX: 1.1.0.2 Engine Release 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
/external/svox/pico/lib/picosig2.c
|
9d89502b0283f84d51bd9d4f263cb46df513b8bd |
|
19-Aug-2009 |
Jean-Michel Trivi <jmtrivi@google.com> |
Revert "Integrate latest SVOX code drop that affects output signal generation" This reverts commit 3b9e0eec58f1b6d99418eb6365d7b8ae1c2082a2. After more testing, this change seems to poorly coexist with CL 21226.
/external/svox/pico/lib/picosig2.c
|
3b9e0eec58f1b6d99418eb6365d7b8ae1c2082a2 |
|
19-Aug-2009 |
Jean-Michel Trivi <jmtrivi@google.com> |
Integrate latest SVOX code drop that affects output signal generation in the pico library.
/external/svox/pico/lib/picosig2.c
|
7bc39b0d41efe0d8733490d54e14bc392d9f0b6d |
|
17-Aug-2009 |
Jean-Michel Trivi <jmtrivi@google.com> |
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().
/external/svox/pico/lib/picosig2.c
|
1284d937084a20b457c280259fff59391129509a |
|
23-Jun-2009 |
Charles Chen <clchen@google.com> |
Moving PicoTts plugin under the pico directory of external/svox
/external/svox/pico/lib/picosig2.c
|