SAPI 5.1 FacePoser Error: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Nesciuse moved page SAPI 5.1 FacePoser Error/en to SAPI 5.1 FacePoser Error without leaving a redirect: Move en subpage to basepage)
 
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
[[Category:Source_SDK_FAQ]]
{{LanguageBar}}
If you get this error when you click '''Redo Extraction''' in '''FacePoser''', it means you need to install the '''Microsoft Speech SDK''', which can be found here:


http://www.microsoft.com/speech/download/old/sapi5.asp.
If you get an error <code>SAPI 5.1 Unable to create recognizer context</code> when you click '''Redo Extraction''' in [[FacePoser]], it means you need to [https://www.microsoft.com/downloads/details.aspx?FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530&displaylang=en install the '''Microsoft Speech SDK'''].
 
If you have already installed SAPI 5.1 and still receive the error a common reason is the audio file needs to be placed in the right folder for faceposer to find. Add the file to your mod in <code>'''<Steam Dir>/SteamApps/SourceMods/yourmod/sound'''</code>  or alternatively in the HL2 sound folder at <code>'''<Steam Dir>/SteamApps/common/half-life 2/hl2/sound'''</code> where X is the volume in which Steam is installed.
 
[[Category:Source SDK FAQ]]

Latest revision as of 10:29, 12 July 2024

English (en)Русский (ru)Translate (Translate)

If you get an error SAPI 5.1 Unable to create recognizer context when you click Redo Extraction in FacePoser, it means you need to install the Microsoft Speech SDK.

If you have already installed SAPI 5.1 and still receive the error a common reason is the audio file needs to be placed in the right folder for faceposer to find. Add the file to your mod in <Steam Dir>/SteamApps/SourceMods/yourmod/sound or alternatively in the HL2 sound folder at <Steam Dir>/SteamApps/common/half-life 2/hl2/sound where X is the volume in which Steam is installed.