Home | History | Annotate | Download | only in vad

Lines Matching defs:speech

85   // Construct a speech signal that will trigger the VAD in all modes. It is
87 int16_t speech[kMaxFrameLength];
89 speech[i] = (i * i);
104 EXPECT_EQ(-1, WebRtcVad_Process(NULL, kRates[0], speech, kFrameLengths[0]));
122 EXPECT_EQ(-1, WebRtcVad_Process(handle, kRates[0], speech, kFrameLengths[0]));
133 // NULL speech pointer
136 EXPECT_EQ(-1, WebRtcVad_Process(handle, 9999, speech, kFrameLengths[0]));
148 speech,
153 speech,
200 // Construct a speech signal that will trigger the VAD in all modes. It is