Home | History | Annotate | Download | only in speech

Lines Matching defs:voice

38       const VoiceData& voice,
81 // uniquely identify a voice across all available modules.
157 const VoiceData& voice,
171 all_native_voices_->find(voice.name);
257 VoiceData& voice = out_voices->back();
258 voice.native = true;
259 voice.name = it->first;
260 voice.events.insert(TTS_EVENT_START);
261 voice.events.insert(TTS_EVENT_END);
262 voice.events.insert(TTS_EVENT_CANCELLED);
263 voice.events.insert(TTS_EVENT_MARKER);
264 voice.events.insert(TTS_EVENT_PAUSE);
265 voice.events.insert(TTS_EVENT_RESUME);