Searched refs:synthesizer (Results 1 – 9 of 9) sorted by relevance
41 OwnPtr<PlatformSpeechSynthesizer> synthesizer = adoptPtr(new PlatformSpeechSynthesizer(client)); in create() local42 synthesizer->initializeVoiceList(); in create()43 return synthesizer.release(); in create()
36 …OwnPtr<PlatformSpeechSynthesizerMock> synthesizer = adoptPtr(new PlatformSpeechSynthesizerMock(cli… in create() local37 synthesizer->initializeVoiceList(); in create()39 return synthesizer.release(); in create()
33 …rClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer, PlatformSpeech… in WebSpeechSynthesizerClientImpl() argument34 : m_synthesizer(synthesizer) in WebSpeechSynthesizerClientImpl()
50 void SpeechSynthesis::setPlatformSynthesizer(PassOwnPtr<PlatformSpeechSynthesizer> synthesizer) in setPlatformSynthesizer() argument52 m_platformSpeechSynthesizer = synthesizer; in setPlatformSynthesizer()
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
118 // Deliberately construct a new speech synthesizer every time Speak is