HomeSort by relevance Sort by last modified time
    Searched full:pico (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/svox/
Android.mk 1 include ./external/svox/pico/Android.mk
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 2 # Installation of a default language for the Pico TTS engine
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
PicoLangEnUsInSystem.mk 2 # Installation of en-US for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
PicoLangDeDeInSystem.mk 2 # Installation of de-DE for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/de-DE_gl0_sg.bin:system/tts/lang_pico/de-DE_gl0_sg.bin \
11 external/svox/pico/lang/de-DE_ta.bin:system/tts/lang_pico/de-DE_ta.bin
PicoLangEnGBInSystem.mk 2 # Installation of en-GB for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/en-GB_kh0_sg.bin:system/tts/lang_pico/en-GB_kh0_sg.bin \
11 external/svox/pico/lang/en-GB_ta.bin:system/tts/lang_pico/en-GB_ta.bin
PicoLangEsEsInSystem.mk 2 # Installation of es-ES for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/es-ES_zl0_sg.bin:system/tts/lang_pico/es-ES_zl0_sg.bin \
11 external/svox/pico/lang/es-ES_ta.bin:system/tts/lang_pico/es-ES_ta.bin
PicoLangFrFrInSystem.mk 2 # Installation of fr-FR for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/fr-FR_nk0_sg.bin:system/tts/lang_pico/fr-FR_nk0_sg.bin \
11 external/svox/pico/lang/fr-FR_ta.bin:system/tts/lang_pico/fr-FR_ta.bin
PicoLangItItInSystem.mk 2 # Installation of it-IT for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
10 external/svox/pico/lang/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
11 external/svox/pico/lang/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
all_pico_languages.mk 17 $(call inherit-product, external/svox/pico/lang/PicoLangDeDeInSystem.mk)
18 $(call inherit-product, external/svox/pico/lang/PicoLangEnGBInSystem.mk)
19 $(call inherit-product, external/svox/pico/lang/PicoLangEnUsInSystem.mk)
20 $(call inherit-product, external/svox/pico/lang/PicoLangEsEsInSystem.mk)
21 $(call inherit-product, external/svox/pico/lang/PicoLangFrFrInSystem.mk)
22 $(call inherit-product, external/svox/pico/lang/PicoLangItItInSystem.mk)
  /external/svox/pico/res/values/
strings.xml 21 <string name="app_name">Pico TTS</string>
22 <string name="eng_usa_sample">This is an example of speech synthesis in English with Pico.</string>
23 <string name="eng_gbr_sample">This is an example of speech synthesis in English with Pico.</string>
24 <string name="fra_fra_sample">Voici un échantillon de synthèse vocale en français avec Pico.</string>
25 <string name="deu_deu_sample">Dies ist ein Beispiel für Sprachsynthese in Deutsch mit Pico.</string>
26 <string name="ita_ita_sample">Questo è un esempio di sintesi vocale in italiano con Pico.</string>
27 <string name="spa_esp_sample">Este es un ejemplo de síntesis de voz en español con Pico.</string>
  /external/svox/pico/tests/data/
xsampa_pico_man_README.txt 1 ReadME for the XSAMPA Pico TTS tests
3 The following files contain a series of utterances to test the Pico TTS engine with regards to
13 They implement the examples given in section A.4 of the SVOX Pico Manual ("SVOX Pico - Speech Output
15 They are formatted as utterances that can be sent to the Pico engine through the Android 1.6 API.
20 The application found in external/svox/pico/tests/apps/SpeechTester lets you load those files and
  /external/svox/pico/
Android.mk 1 # SVOX Pico TTS Engine
8 # Build Pico activity
21 # Build Pico Shared Library
29 external/svox/pico/lib \
43 # Build Base Generic SVOX Pico Library
  /external/svox/pico/lib/
picoapid.h 19 * Pico api definitions commonly used by picoapi and picoapiext
21 * This header file must be part of the runtime-only pico system and therefore
49 /* Pico system descriptor */
picoapi.h 19 * SVOX Pico application programming interface
20 * (SVOX Pico version 1.0 and later)
37 The SVOX Pico 'system' is the entity that manages data common to all
38 SVOX Pico engines, e.g. linguistic data needed to do text-to-speech
39 (TTS) synthesis, license key, etc. All API functions on the Pico
44 A SVOX Pico 'engine' provides the functions needed to perform actual
52 A SVOX Pico 'resource' denotes all the language- and speaker-dependent
77 Pico system may be initialized and terminated multiple times. This may
97 if the error happened on the SVOX Pico engine level).
136 /* PICO data types *
    [all...]
picosig.h 31 * <b> Pico Signal Generation module </b>\n
33 * Pico Sig is the PU that makes the parametric representation produce a speech signal.
picodefs.h 19 * SVOX Pico definitions
20 * (SVOX Pico version 1.0 and later)
39 /* SVOX Pico limits */
66 /* maximum length of foreign header prepended to PICO resource files
73 /* SVOX PICO status codes */
  /external/svox/pico/src/com/svox/pico/
Pico.java 16 package com.svox.pico;
30 * /data/data/com.svox.pico/lib/libttspico.so
33 public class Pico extends Activity {
DownloadVoiceData.java 16 package com.svox.pico;
24 * Downloads the voice data for the SVOX Pico Engine by getting the language
CheckVoiceData.java 17 package com.svox.pico;
31 * Checks if the voice data for the SVOX Pico Engine is present on the
37 // in external/svox/pico/tts/com_svox_picottsengine.cpp
EngineSettings.java 17 package com.svox.pico;
32 * Checks if the voice data for the SVOX Pico Engine is present on the
36 private final static String MARKET_URI_START = "market://search?q=pname:com.svox.pico.voice.";
  /external/svox/pico/tts/
svox_ssml_parser.h 27 * Parses SSML 1.0 XML documents and convertes it to Pico compatible text input
65 Returns string containing parse result. This can be passed on to Pico for synthesis
121 Convertes SSML prosody tag pitch values to SVOX Pico pitch values.
127 Convertes SSML prosody tag rate values to SVOX Pico speed values.
133 Convertes SSML prosody tag volume values to SVOX Pico volume values.
139 Convertes SSML break tag strength attribute values to SVOX Pico break time values.
155 char* m_appendix; /* holds Pico pitch, speed and volume close tags for prosody tag parsing */
  /build/target/product/
sdk.mk 181 include external/svox/pico/lang/PicoLangDeDeInSystem.mk
182 include external/svox/pico/lang/PicoLangEnGBInSystem.mk
183 include external/svox/pico/lang/PicoLangEnUsInSystem.mk
184 include external/svox/pico/lang/PicoLangEsEsInSystem.mk
185 include external/svox/pico/lang/PicoLangFrFrInSystem.mk
186 include external/svox/pico/lang/PicoLangItItInSystem.mk
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
acctab.utf 13 ! prominence set (predicted by the DT) Pico
22 ! these values match the consts in the Pico application
phrtab.utf 13 ! bound set (predicted by the DT) Pico
22 ! these values match the consts in the Pico application
  /external/svox/pico/src/com/svox/pico/providers/
SettingsProvider.java 16 package com.svox.pico.providers;
31 * the location of the data files for the Pico engine which live under

Completed in 110 milliseconds

1 2 3 4 5