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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
convolve.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
32 * GSM AMR-NB speech codec R98 Version 7.5.0 March 2, 2001
prm2bits.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
32 * GSM AMR-NB speech codec R98 Version 7.5.0 March 2, 2001
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
residu.c 21 * the input speech through A(z) *
30 Word16 x[], /* (i) : speech (values x[-m..-1] are needed */
  /frameworks/base/core/java/android/speech/
IRecognitionListener.aidl 17 package android.speech;
22 * Listener for speech recognition events, used with RecognitionService.
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TtsEnginesTests.java 1 package com.android.speech.tts;
3 import android.speech.tts.TtsEngines;
  /frameworks/base/tests/VoiceInteraction/
AndroidManifest.xml 51 <action android:name="android.speech.RecognitionService" />
54 <meta-data android:name="android.speech" android:resource="@xml/recognition_service" />
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SpeechOrbView.java 10 * A subclass of {@link SearchOrbView} that visualizes the state of an ongoing speech recognition.
76 * Sets the sound level while listening to speech.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 35 import android.speech.tts.TextToSpeech;
46 * Manages alert audio and vibration and text-to-speech. Runs as a service so that
53 /** Action to start playing alert audio/vibration/speech. */
60 /** Extra for message body to speak (if speech enabled in settings). */
64 /** Extra for text-to-speech language (if speech enabled in settings). */
78 /** Pause duration between alert sound and alert speech. */
157 // Stop the alert sound and speech if the call state changes.
236 loge("exception trying to shutdown text-to-speech");
402 * Stops alert audio and speech
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 55 /** part of speech (default) */
57 /** part of speech (end of clause/not end of sentence) */
59 /** part of speech (end of clause/any place) */
61 /** part of speech (end of sentence) */
101 /* get part of speech tags */
252 * @param terminal Part of speech tag at the terminal
317 * @param terminal Part of speech tag at the terminal
324 /* check if the part of speech is valid */
457 * @param all {@code true} if list all words; {@code false} if list words which has an unique part of speech tag.
491 /* store a word which has an unique part of speech tag *
    [all...]
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainRecognitionService.java 20 import android.speech.RecognitionService;
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainRecognitionService.java 20 import android.speech.RecognitionService;
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 16 package android.speech.tts.cts;
20 import android.speech.tts.TextToSpeech;
29 * Tests for {@link android.speech.tts.TextToSpeech}
34 private static final String SAMPLE_TEXT = "This is a sample text to speech string";
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainRecognitionService.java 20 import android.speech.RecognitionService;
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainRecognitionService.java 20 import android.speech.RecognitionService;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 29 import android.speech.RecognizerIntent;
45 * Sample code that invokes the speech recognition intent API.
104 * Fire an intent to start the speech recognition activity.
113 intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo");
  /external/libgsm/man/
gsm_explode.3 31 standard for full-rate speech transcoding.
  /external/libopus/silk/
tuning_parameters.h 89 /* Speech Activity LBRR enable threshold */
96 /* reduction in coding SNR during low speech activity */
99 /* factor for reducing quantization noise during voiced speech */
135 /* parameter for shaping noise even more towards higher frequencies during voiced speech */
  /external/svox/pico/lib/
picosig.h 33 * Pico Sig is the PU that makes the parametric representation produce a speech signal.
  /frameworks/base/core/java/android/speech/tts/
PlaybackSynthesisCallback.java 16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.AudioOutputParams;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
23 * Speech synthesis request that plays the audio as it is received.
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
pkg_android.speech.tts.html 10 android.speech.tts
74 Package <A HREF="../../../../reference/android/speech/tts/package-summary.html" target="_top"><font size="+1"><code>android.speech.tts</code></font></A>
85 <nobr><A HREF="android.speech.tts.SynthesisRequest.html">SynthesisRequest</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
pkg_android.speech.tts.html 10 android.speech.tts
74 Package <A HREF="../../../../reference/android/speech/tts/package-summary.html" target="_top"><font size="+1"><code>android.speech.tts</code></font></A>
85 <nobr><A HREF="android.speech.tts.UtteranceProgressListener.html">UtteranceProgressListener</A></nobr>
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainRecognitionService.java 20 import android.speech.RecognitionService;
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 17 package com.android.common.speech;
22 * This class is used by clients of the android.speech APIs to log how the
23 * user interacts with the IME settings and speech recognition result.
27 public static final String ACTION_LOG_EVENT = "com.android.common.speech.LOG_EVENT";
  /prebuilts/sdk/sdk-annotations/
annotations.zip 
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 115 * Input speech length has to be 160 samples (10ms). The encoder buffers those
121 * - speechIn : input speech vector.
128 * so it keeps buffering speech samples.
142 * it into a package. Input speech length has to be 80 samples (10ms). The encoder
151 * - speechIn : input speech vector.
158 * so it keeps buffering speech samples.
239 * This function decodes an ISAC frame. Output speech length
266 * Output speech length will be a multiple of 240 samples: 240 or 480 samples,
296 * Output speech length will be "240*noOfLostFrames" samples
326 * Output speech length will be "480*noOfLostFrames" sample
    [all...]

Completed in 1820 milliseconds

1 2 3 4 56 7 8 91011>>