Home
last modified time | relevance | path

Searched refs:synthesizer (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.cpp41 OwnPtr<PlatformSpeechSynthesizer> synthesizer = adoptPtr(new PlatformSpeechSynthesizer(client)); in create() local
42 synthesizer->initializeVoiceList(); in create()
43 return synthesizer.release(); in create()
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp36 …OwnPtr<PlatformSpeechSynthesizerMock> synthesizer = adoptPtr(new PlatformSpeechSynthesizerMock(cli… in create() local
37 synthesizer->initializeVoiceList(); in create()
39 return synthesizer.release(); in create()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesizerClientImpl.cpp33 …rClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer, PlatformSpeech… in WebSpeechSynthesizerClientImpl() argument
34 : m_synthesizer(synthesizer) in WebSpeechSynthesizerClientImpl()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesis.cpp50 void SpeechSynthesis::setPlatformSynthesizer(PassOwnPtr<PlatformSpeechSynthesizer> synthesizer) in setPlatformSynthesizer() argument
52 m_platformSpeechSynthesizer = synthesizer; in setPlatformSynthesizer()
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_loop_gnu.s98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
DARM-E_interpolate_noloop_gnu.s90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_interpolate_noloop_gnu.s90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
DARM-E_interpolate_loop_gnu.s98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
/external/chromium_org/chrome/browser/speech/
Dtts_mac.mm118 // Deliberately construct a new speech synthesizer every time Speak is