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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/speech/tts/
PlaybackQueueItem.java 3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
32 * {@link android.speech.tts.TextToSpeech} or
33 * {@link android.speech.tts.TextToSpeech#STOPPED}
SynthesisRequest.java 16 package android.speech.tts;
21 * Contains data required by engines to synthesize speech. This data is:
30 * <li>The synthesis speech rate, with 100 being the normal, and
31 * higher values representing higher speech rates.</li>
35 * Any additional parameters sent to the text to speech service are passed in
107 * Gets the speech rate to use. The normal rate is 100.
151 * Sets the speech rate.
  /frameworks/support/v4/ics/android/support/v4/speech/tts/
TextToSpeechICS.java 1 package android.support.v4.speech.tts;
5 import android.speech.tts.TextToSpeech;
6 import android.speech.tts.TextToSpeech.OnInitListener;
11 private static final String TAG = "android.support.v4.speech.tts";
  /development/samples/TtsEngine/
_index.html 1 <p>This sample demonstrates how to create a text to speech engine
8 a simple text to speech engine that converts sentences into audio by
10 given language. Though this doesn't qualify as speech (except for robots)
11 it exercises all aspects of the new text to speech API
13 <a href="../../../reference/android/speech/tts/TextToSpeechService.html"><code>TextToSpeechService</code></a>
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnPOS.java 20 * The container class of a part of speech.
25 /** The part of speech at left side */
28 /** The part of speech at right side */
39 * @param left The part of speech at left side
40 * @param right The part of speech at right side
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 17 package android.speech;
21 import android.speech.IRecognitionListener;
24 * A Service interface to speech recognition. Call startListening when
34 * Starts listening for speech. Please note that the recognition service supports
46 * Stops listening for speech. Speech captured so far will be recognized as
48 * is called during the speech capturing.
55 * Cancels the speech recognition.
RecognizerIntent.java 17 package android.speech;
32 * Constants for supporting speech recognition through starting an {@link Intent}
36 * The extra key used in an intent to the speech recognizer for voice search. Not
49 * Starts an activity that will prompt the user for speech and send it through a
50 * speech recognizer. The results will be returned via activity results (in
60 * speech recognition which can use a substantial amount of bandwidth.
84 public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH";
87 * Starts an activity that will prompt the user for speech, send it through a
88 * speech recognizer, and either display a web search result or trigger
89 * another type of action based on the user's speech
    [all...]
  /frameworks/ex/common/java/com/android/common/speech/
Recognition.java 17 package com.android.common.speech;
22 * @see android.speech.RecognitionService
23 * @see android.speech.RecognizerIntent
29 * android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS
33 * android.speech.RecognizerIntent#EXTRA_LANGUAGE_PREFERENCE).
42 public static final String EXTRA_HINT_STRINGS = "android.speech.extra.HINT_STRINGS";
46 * android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS.
50 public static final String EXTRA_HINT_CONTEXT = "android.speech.extra.HINT_CONTEXT";
  /external/webrtc/src/modules/audio_processing/agc/interface/
gain_control.h 53 * This function processes a 10/20ms frame of far-end speech to determine
54 * if there is active speech. Far-end speech length can be either 10ms or
55 * 20ms. The length of the input speech vector must be given in samples
60 * - inFar : Far-end input speech vector (10 or 20ms)
72 * This function processes a 10/20ms frame of microphone speech to determine
73 * if there is active speech. Microphone speech length can be either 10ms or
74 * 20ms. The length of the input speech vector must be given in samples
84 * - inMic : Microphone input speech vector (10 or 20 ms) fo
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.speech.tts.TextToSpeech.html 10 android.speech.tts.TextToSpeech
74 Class android.speech.tts.<A HREF="../../../../reference/android/speech/tts/TextToSpeech.html" target="_top"><font size="+2"><code>TextToSpeech</code></font></A>
86 <A NAME="android.speech.tts.TextToSpeech.addEarcon_removed(java.lang.String, java.lang.String)"></A>
101 <A NAME="android.speech.tts.TextToSpeech.addEarcon_added(java.lang.String, java.io.File)"></A>
102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.html#addEarcon(java.lang.String, java.io.File)" target="_top"><code>addEarcon</code></A>(<code>String,</nobr> File<nobr><nobr></code>)</nobr>
108 <A NAME="android.speech.tts.TextToSpeech.addEarcon_added(java.lang.String, java.lang.String)"></A>
109 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.html#addEarcon(java.lang.String, java.lang.String)" target="_top"><code>addEarcon</code></A>(<code>String,</nobr> String<nobr><nobr></code>)</nobr>
115 <A NAME="android.speech.tts.TextToSpeech.addSpeech_added(java.lang.CharSequence, java.io.File)"></A>
116 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/speech/tts/TextToSpeech.html#addSpeech(java.lang.CharSequence, java.io.File)" target="_top"><code>addSpee (…)
    [all...]
  /external/webrtc/src/common_audio/vad/
vad_core.c 34 // Upper limit of mean value for speech model, Q7
46 // Weights for the two Gaussians for the six channels (speech)
52 // Means for the two Gaussians for the six channels (speech)
59 // Stds for the two Gaussians for the six channels (speech)
120 inst->over_hang_max_1[0] = OHMAX1_10MS_Q; // Overhang short speech burst
121 inst->over_hang_max_1[1] = OHMAX1_20MS_Q; // Overhang short speech burst
122 inst->over_hang_max_1[2] = OHMAX1_30MS_Q; // Overhang short speech burst
123 inst->over_hang_max_2[0] = OHMAX2_10MS_Q; // Overhang long speech burst
124 inst->over_hang_max_2[1] = OHMAX2_20MS_Q; // Overhang long speech burst
125 inst->over_hang_max_2[2] = OHMAX2_30MS_Q; // Overhang long speech burs
    [all...]
vad_core.h 94 * Calculate probability for active speech and make VAD decision.
98 * - speech_frame : Input speech frame
105 * 0 - No active speech
106 * 1-6 - Active speech
119 * speech using Gaussian Mixture Models. A hypothesis-test is performed to decide
129 * VAD decision : 0 - noise, 1 - speech
vad_filterbank.h 46 * This function is used when before splitting a speech file into
58 * - out_vector : Output speech signal (Q(-1))
71 * This function is used when before splitting a speech file into
108 * - in_vector : Input speech signal
128 * - vector : Input speech samples for one frequency band
134 * - power : Update total power in speech frame. NOTE! This value
  /frameworks/base/tests/TtsTests/
AndroidManifest.xml 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.speech.tts">
24 android:label="Mockable Text-to-speech Service">
34 <action android:name="android.speech.tts.engine.CHECK_TTS_DATA" />
41 android:targetPackage="com.android.speech.tts"
42 android:label="Tests for android.speech.tts" />
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SpeechRecognitionCallback.java 17 * Interface for receiving notification that speech recognition should be initiated.
21 * Method invoked when speech recognition should be initiated.
  /cts/tests/tests/speech/
AndroidManifest.xml 19 package="com.android.cts.speech">
25 <service android:name="android.speech.tts.cts.StubTextToSpeechService">
37 android:targetPackage="com.android.cts.speech"
38 android:label="CTS tests of android.speech">
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableTextToSpeechService.java 17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeechService;
  /frameworks/support/v4/ics-mr1/android/support/v4/speech/tts/
TextToSpeechICSMR1.java 1 package android.support.v4.speech.tts;
3 import android.speech.tts.TextToSpeech;
4 import android.speech.tts.UtteranceProgressListener;
5 import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
32 * GSM AMR speech codec Version 2.0.0 February 8, 1999
37 * Purpose : Decoding and post filtering of one speech frame.
84 /* initialize one instance of the speech decoder
91 /* reset speech decoder (i.e. set state memory to zero)
96 /* de-initialize speech decoder (i.e. free status struct)
105 Word16 *synth /* o : synthesis speech (postfiltered */
  /cts/tests/tests/speech/src/android/speech/tts/cts/
StubTextToSpeechService.java 16 package android.speech.tts.cts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeech;
22 import android.speech.tts.TextToSpeechService;
23 import android.speech.tts.TtsEngines;
  /external/sonic/
README 1 Sonic is a simple algorithm for speeding up or slowing down speech. However,
3 speech rate. The Sonic library is a very simple ANSI C library that is designed
7 to improve their productivity with open source speech engines, like espeak.
sonic.1 4 sonic \- Speech speed manipulator
10 Sonic is used to make wav files of speech faster or slower. The primary advance
11 in sonic is the ability to speed speech up by much more than 2X, with minimal
13 speech files. Additionally, sonic can change the pitch and volume.
  /external/sonic/debian/
control 14 Description: Simple utility to speed up or slow down speech
24 Description: Simple library to speed up or slow down speech
27 down speech. It has only basic dependencies, and is meant to
  /external/svox/PicoLangInstallerDeuDeu/res/values/
strings.xml 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card -->
22 <string name="app_name">Speech Synthesis Data Installer (DEU-DEU)</string>
24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation -->
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
  /external/svox/PicoLangInstallerEngGbr/res/values/
strings.xml 21 <!-- This is the name and title of the application that installs the required files for speech synthesis on the user's SD card -->
22 <string name="app_name">Speech Synthesis Data Installer (ENG-GBR)</string>
24 <!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation -->
27 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->

Completed in 4918 milliseconds

1 2 3 4 5 6 7 8 91011>>