History log of /external/svox/pico/lib/picopr.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d12fa9eb428db88f399a89566772eaed99b2fe58 27-Mar-2013 Marcus Oakland <marcus.oakland@arm.com> AArch64: Use long to store pointer

Changes include
- Use long rather than int to carry a native address
in the SynthProxy.java module.
- Cast to uintptr_t when integer arithmetic is
performed on the pointer value.

Change-Id: I7fbc5dff664c39c59211ad998c2a9b4aefaff4ab
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
/external/svox/pico/lib/picopr.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/picopr.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/picopr.c
1284d937084a20b457c280259fff59391129509a 23-Jun-2009 Charles Chen <clchen@google.com> Moving PicoTts plugin under the pico directory of external/svox
/external/svox/pico/lib/picopr.c