bm98 / FS20_HudBar

Display essential MSFS Information as Bar at the bottom of the primary screen
Other
9 stars 1 forks source link

Voice Init fails #10

Closed bm98 closed 2 years ago

bm98 commented 2 years ago

For unknown reasons.. Removed Setting 'MaxPlaybackSpeed=1' to test SpeechLib.dll attached SpeechLib.zip

bm98 commented 2 years ago

Created a small debug program to find the issue..

SpeechDebug-V1.zip

bm98 commented 2 years ago

Seems the Error 0x8889000A thrown while Creating the AudioGraph is related to a 'device in use' While RenderMode Speech causes the exception other modes are still available. So the program goes through a number of RenderModes to find one that will not throw an exception. Speech is still preferred but may be changed to SoundEffects or even Media. Solution passed test with a setup that was having issues. Fixed in the 0.48 release (https://github.com/bm98/FS20_HudBar/releases/tag/v0.48beta)