/external/webrtc/webrtc/common_audio/vad/ |
D | vad_core_unittest.cc | 59 int16_t speech[kMaxFrameLength]; in TEST_F() local 66 memset(speech, 0, sizeof(speech)); in TEST_F() 70 EXPECT_EQ(0, WebRtcVad_CalcVad8khz(self, speech, kFrameLengths[j])); in TEST_F() 73 EXPECT_EQ(0, WebRtcVad_CalcVad16khz(self, speech, kFrameLengths[j])); in TEST_F() 76 EXPECT_EQ(0, WebRtcVad_CalcVad32khz(self, speech, kFrameLengths[j])); in TEST_F() 79 EXPECT_EQ(0, WebRtcVad_CalcVad48khz(self, speech, kFrameLengths[j])); in TEST_F() 86 speech[i] = static_cast<int16_t>(i * i); in TEST_F() 90 EXPECT_EQ(1, WebRtcVad_CalcVad8khz(self, speech, kFrameLengths[j])); in TEST_F() 93 EXPECT_EQ(1, WebRtcVad_CalcVad16khz(self, speech, kFrameLengths[j])); in TEST_F() 96 EXPECT_EQ(1, WebRtcVad_CalcVad32khz(self, speech, kFrameLengths[j])); in TEST_F() [all …]
|
D | vad_filterbank_unittest.cc | 40 int16_t speech[kMaxFrameLength]; in TEST_F() local 42 speech[i] = static_cast<int16_t>(i * i); in TEST_F() 50 WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], in TEST_F() 62 memset(speech, 0, sizeof(speech)); in TEST_F() 66 EXPECT_EQ(0, WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], in TEST_F() 77 speech[i] = 1; in TEST_F() 82 EXPECT_EQ(0, WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], in TEST_F()
|
D | vad_unittest.cc | 67 int16_t speech[kMaxFrameLength]; in TEST_F() local 69 speech[i] = static_cast<int16_t>(i * i); in TEST_F() 76 WebRtcVad_Process(nullptr, kRates[0], speech, kFrameLengths[0])); in TEST_F() 82 EXPECT_EQ(-1, WebRtcVad_Process(handle, kRates[0], speech, kFrameLengths[0])); in TEST_F() 102 EXPECT_EQ(-1, WebRtcVad_Process(handle, 9999, speech, kFrameLengths[0])); in TEST_F() 114 speech, in TEST_F() 119 speech, in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | pcm16b.c | 15 size_t WebRtcPcm16b_Encode(const int16_t* speech, in WebRtcPcm16b_Encode() argument 20 uint16_t s = speech[i]; in WebRtcPcm16b_Encode() 29 int16_t* speech) { in WebRtcPcm16b_Decode() argument 32 speech[i] = encoded[2 * i] << 8 | encoded[2 * i + 1]; in WebRtcPcm16b_Decode()
|
D | pcm16b.h | 41 size_t WebRtcPcm16b_Encode(const int16_t* speech, 62 int16_t* speech);
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | SpeechRecognitionFacade.java | 20 import android.speech.RecognizerIntent; 52 new Intent(android.speech.RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in recognizeSpeech() 68 if (data.hasExtra(android.speech.RecognizerIntent.EXTRA_RESULTS)) { in recognizeSpeech() 72 data.getStringArrayListExtra(android.speech.RecognizerIntent.EXTRA_RESULTS); in recognizeSpeech()
|
D | TextToSpeechFacade.java | 20 import android.speech.tts.TextToSpeech; 21 import android.speech.tts.TextToSpeech.OnInitListener;
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
D | CompatTtsService.java | 20 import android.speech.tts.SynthesisCallback; 21 import android.speech.tts.SynthesisRequest; 22 import android.speech.tts.TextToSpeech; 23 import android.speech.tts.TextToSpeechService;
|
D | SynthProxy.java | 18 import android.speech.tts.SynthesisCallback; 19 import android.speech.tts.SynthesisRequest;
|
/external/autotest/client/site_tests/desktopui_SpeechSynthesisSemiAuto/ |
D | desktopui_SpeechSynthesisSemiAuto.py | 20 speech = dbus.Interface(proxy, "org.chromium.SpeechSynthesizerInterface") 21 res = speech.Speak("Welcome to Chromium O S")
|
/external/sonic/doc/ |
D | index.md | 21 Sonic is free software for speeding up or slowing down speech. While similar to 34 to improve their productivity with free software speech engines, like espeak. 48 In short, Sonic is better for speech, while WSOLA is better for music. 52 for speech (contrary to the inventor's estimate of WSOLA). Listen to [this 55 introduces unacceptable levels of distortion, making speech impossible to 58 However, there are decent free software algorithms for speeding up speech. They 59 are all in the TD-PSOLA family. For speech rates below 2X, sonic uses PICOLA, 131 double speed of speech. A pitch of 0.95 means to lower the pitch by about 5%, 134 speech is played. A 2.0 value will make you sound like a chipmunk talking very 153 You read the sped up speech samples from sonic like this:
|
/external/sonic/debian/ |
D | 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/sonic/ |
D | 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.
|
/external/webrtc/resources/audio_coding/ |
D | READ.ME | 3 testfile32kHz.pcm - mono speech file samples at 32 kHz 4 teststereo32kHz.pcm - stereo speech file samples at 32 kHz
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | audio_encoder_cng_unittest.cc | 273 EXPECT_FALSE(encoded_info_.speech); in TEST_F() 294 EXPECT_TRUE(encoded_info_.speech); in TEST_F() 299 EXPECT_TRUE(encoded_info_.speech); in TEST_F() 304 EXPECT_TRUE(encoded_info_.speech); in TEST_F() 308 EXPECT_FALSE(encoded_info_.speech); in TEST_F()
|
D | webrtc_cng.h | 106 int WebRtcCng_Encode(CNG_enc_inst* cng_inst, int16_t* speech,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
D | audio_encoder_copy_red.cc | 81 RTC_DCHECK_EQ(info.speech, info.redundant[0].speech); in EncodeInternal()
|
/external/v8/build/linux/ |
D | system.gyp | 1124 # GN version: //third_party/speech-dispatcher 1152 # speech-dispatcher >= 0.8 installs libspeechd.h into 1153 # speech-dispatcher/libspeechd.h, whereas speech-dispatcher < 0.8 1156 # libspeechd.h in third_party/speech-dispatcher. If the user 1157 # prefers to link against the speech-dispatcher directly, the 1159 # such as "speech-dispatcher/" that will be prepended to 1162 # speech-dispatcher < 0.8 we can get rid of all this (including 1163 # third_party/speech-dispatcher) and just include 1164 # speech-dispatcher/libspeechd.h unconditionally. 1182 '"third_party/speech-dispatcher/libspeechd.h"',
|
/external/libgsm/ |
D | README | 2 GSM 06.10 13 kbit/s RPE/LTP speech compression available 11 European GSM 06.10 provisional standard for full-rate speech
|
/external/sonic/samples/ |
D | README | 1 These wav files show how Sonic performs at increasing speech rates. All sound 20 Sonic also performs well at increasing the speed of synthesized speech.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_encoder.h | 31 bool speech = true; member
|
/external/v8/build/linux/sysroot_scripts/ |
D | packagelist.trusty.arm | 141 main/s/speech-dispatcher/libspeechd2_0.8-5ubuntu1_armhf.deb 142 main/s/speech-dispatcher/libspeechd-dev_0.8-5ubuntu1_armhf.deb 143 main/s/speech-dispatcher/speech-dispatcher_0.8-5ubuntu1_armhf.deb
|
D | packagelist.jessie.arm | 161 main/s/speech-dispatcher/libspeechd2_0.8-7_armhf.deb 162 main/s/speech-dispatcher/libspeechd-dev_0.8-7_armhf.deb 163 main/s/speech-dispatcher/speech-dispatcher_0.8-7_armhf.deb
|
D | packagelist.jessie.mipsel | 156 main/s/speech-dispatcher/libspeechd2_0.8-7_mipsel.deb 157 main/s/speech-dispatcher/libspeechd-dev_0.8-7_mipsel.deb 158 main/s/speech-dispatcher/speech-dispatcher_0.8-7_mipsel.deb
|
/external/svox/pico/src/com/svox/pico/ |
D | GetSampleText.java | 24 import android.speech.tts.TextToSpeech;
|