Home
last modified time | relevance | path

Searched refs:voice_token (Results 1 – 6 of 6) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/sapi/
H A Dvoice_token.cpp26 voice_token::voice_token(const voice_attributes& attr) in voice_token() function in RHVoice::sapi::voice_token
38 [[gnu::nothrow]] STDMETHODIMP voice_token::OpenKey(LPCWSTR pszSubKeyName,ISpDataKey **ppSubKey) in OpenKey()
68 [[gnu::nothrow]] STDMETHODIMP voice_token::EnumKeys(ULONG Index,LPWSTR *ppszSubKeyName) in EnumKeys()
H A Dvoice_token.hpp29 class voice_token: public ISpDataKeyImpl
32 explicit voice_token(const voice_attributes& attr);
H A DSConscript33 "voice_token.cpp",
H A DIEnumSpObjectTokensImpl.cpp45 com::object<voice_token> obj_data_key(attr);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_win.cc236 Microsoft::WRL::ComPtr<ISpObjectToken> voice_token; in GetVoices() local
237 if (S_OK != voice_tokens->Next(1, voice_token.GetAddressOf(), NULL)) in GetVoices()
241 if (S_OK != SpGetDescription(voice_token.Get(), &description)) in GetVoices()
246 if (S_OK != voice_token->OpenKey(kAttributesKey, attributes.GetAddressOf())) in GetVoices()
324 Microsoft::WRL::ComPtr<ISpObjectToken> voice_token; in SetVoiceFromName() local
325 if (S_OK != voice_tokens->Next(1, voice_token.GetAddressOf(), NULL)) in SetVoiceFromName()
329 if (S_OK != SpGetDescription(voice_token.Get(), &description)) in SetVoiceFromName()
332 speech_synthesizer_->SetVoice(voice_token.Get()); in SetVoiceFromName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_win.cc425 Microsoft::WRL::ComPtr<ISpObjectToken> voice_token; in GetVoices() local
426 if (S_OK != voice_tokens->Next(1, &voice_token, NULL)) in GetVoices()
430 if (S_OK != SpGetDescription(voice_token.Get(), &description)) in GetVoices()
435 if (S_OK != voice_token->OpenKey(kAttributesKey, &attributes)) in GetVoices()
475 Microsoft::WRL::ComPtr<ISpObjectToken> voice_token; in SetVoiceFromName() local
476 if (S_OK != voice_tokens->Next(1, &voice_token, NULL)) in SetVoiceFromName()
480 if (S_OK != SpGetDescription(voice_token.Get(), &description)) in SetVoiceFromName()
483 speech_synthesizer_->SetVoice(voice_token.Get()); in SetVoiceFromName()