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

1 2 3 4 5 67 8 91011>>

  /external/sonic/
sonic.h 11 specific purpose of speeding up speech by high factors at high quality. It
12 generates smooth speech at speed up factors as high as 6X, possibly more. It is
13 also capable of slowing down speech, and generates high quality results
14 regardless of the speed up or slow down factor. For speeding up speech by 2X or
40 For slowing down speech where 0.5 < speed < 1.0, a pitch period is inserted into
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
121 * L_TOTAL7k4 : Total size of speech buffer. *
128 /* Speech vector */
130 Word16 *speech, *p_window, *p_window_12k2; member in struct:__anon22055
133 /* Weight speech vector */
187 * - initilize pointers to speech buffer
225 * calling this function, 40 new speech data should be copied to the
227 * this file (it points to the end of speech buffer minus 200).
232 Word16 new_speech[] /* i : speech input (L_FRAME) */
240 * DESCRIPTION: This function is called every 20 ms speech frame
    [all...]
ets_to_if2.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
74 frame_type_3gpp = decoder speech bit rate (enum Frame_Type_3GPP)
75 ets_input_ptr = pointer to input encoded speech bits in ETS format (Word16)
76 if2_output_ptr = pointer to output encoded speech bits in IF2 format (UWord8)
79 if2_output_ptr = pointer to encoded speech bits in the IF2 format (UWord8)
95 has the encoded speech bits each separate with only one bit stored in each
98 encoded speech bits for the frame. The following bytes contain the rest of
99 the encoded speech bits. The final byte has padded zeros to make the frame
109 AMR Speech Codec Frame Structure", 3GPP TS 26.101 version 4.1.0 Release 4, June 2001
sp_enc.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
59 Purpose : Encoding of one speech frame
120 /* initialize one instance of the speech encoder
129 /* reset speech encoder (i.e. set state memory to zero)
133 /* de-initialize speech encoder (i.e. free status struct)
139 Word16 *new_speech); /* i : speech input */
143 enum Mode mode, /* i : speech coder mode */
144 Word16 *new_speech, /* i : input speech */
146 enum Mode *usedMode /* o : used speech coder mode */
calc_cor.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
sp_enc.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
62 These functions comprise the pre filtering and encoding of one speech frame.
147 sp_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
291 sp_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
396 sp_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
482 the speech input (Word16)
499 This function encodes the first frame of speech. It calls the pre-processing
510 sp_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
517 Word16 *new_speech) // i : speech input
569 Word16 *new_speech) /* i : speech input *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
if2_to_ets.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
75 frame_type_3gpp = decoder speech bit rate (enum Frame_Type_3GPP)
76 if2_input_ptr = pointer to input encoded speech bits in IF2 format (Word8)
77 ets_output_ptr = pointer to output encoded speech bits in ETS format (Word16)
80 ets_output_ptr = pointer to encoded speech bits in the ETS format (Word16)
97 contain the first four encoded speech bits for the frame. The following bytes
98 contain the rest of the encoded speech bits. The final byte has padded zeros
99 to make the frame byte aligned. ETS format has the encoded speech
110 AMR Speech Codec Frame Structure", 3GPP TS 26.101 version 4.1.0 Release 4, June 2001
wmf_to_ets.cpp 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
91 frame_type_3gpp = decoder speech bit rate (enum Frame_Type_3GPP)
92 wmf_input_ptr = pointer to input encoded speech bits in WMF (non-IF2) format
94 ets_output_ptr = pointer to output encoded speech bits in ETS format (Word16)
97 ets_output_ptr = pointer to encoded speech bits in the ETS format (Word16)
113 Telecommunication Standard). WMF format has the encoded speech bits byte
114 aligned with MSB to LSB going left to right. ETS format has the encoded speech
125 AMR Speech Codec Frame Structure", 3GPP TS 26.101 version 4.1.0 Release 4, June 2001
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 27 import android.speech.tts.TextToSpeech;
28 import android.speech.tts.TextToSpeech.OnInitListener;
  /external/libopus/silk/
API.h 79 const opus_int16 *samplesIn, /* I Speech sample input vector */
113 opus_int16 *samplesOut, /* O Decoded output speech vector */
NLSF_VQ_weights_laroia.c 36 R. Laroia, N. Phamdo and N. Farvardin, "Robust and Efficient Quantization of Speech LSP
37 Parameters Using Structured Vector Quantization", Proc. IEEE Int. Conf. Acoust., Speech,
  /external/webrtc/src/common_audio/vad/
vad_gmm.c 29 // the noise/speech model.
54 // To be used later, when updating noise/speech model.
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
frame.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
vad.h 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
33 ** GSM AMR-NB speech codec R98 Version 7.5.0 March 2, 2001 **
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf.cpp 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/base/core/java/android/speech/
RecognitionListener.java 16 package android.speech;
82 * {@link SpeechRecognizer#startListening(Intent)}, depending on the speech recognition
  /frameworks/base/core/java/android/speech/tts/
AbstractEventLogger.java 16 package android.speech.tts;
21 * Base class for storing data about a given speech synthesis request to the
  /packages/apps/TvSettings/Settings/res/xml/
preferences.xml 62 android:key="speech"
64 <intent android:action="com.google.android.katniss.setting.SPEECH" />
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
SearchActivity.java 28 /** If using internal speech recognizer, you must have RECORD_AUDIO permission */
  /external/droiddriver/src/io/appium/droiddriver/validators/
ExemptedClassesValidator.java 27 * Always validates the classes that TalkBack always has speech.
  /external/svox/pico/src/com/svox/pico/
GetSampleText.java 24 import android.speech.tts.TextToSpeech;
  /external/svox/picolanginstaller/res/values-en-rAU/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>
  /external/svox/picolanginstaller/res/values-en-rGB/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>
  /external/svox/picolanginstaller/res/values-en-rIN/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>
  /external/svox/picolanginstaller/res/values-fi/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>

Completed in 489 milliseconds

1 2 3 4 5 67 8 91011>>