Quote Originally Posted by seamore View Post
i can sloved this problem. and then tts is working
take by next step

driveralerts.zip\ui_nextgen\common\ui\driveralerts.ui
edit
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=(%lua.DAEnabled && %lua.DAReadEnabled && (%lua.wReadOutDASupported || !%lua.DA_ReadTTS_Enabled && %lua.DAaudioSupported)) .../>
to
<row text="On/Off Road Signs Warning and TTS Pro Test" ... enable=1 .../>


speedcam.zip\ui_nextgen\common\ui\speedcam.ui
edit
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo enable=.../>
to
<row text="Speedcam Test" isactionbutton=1 onrelease=sc_ReadoutSpeedcamInfo/>
Thanks for this. I have editted these lines and TTS is indeed working correctly for alert voices but i cannot select "Speedcam Test" as it is greyed out.
Also, for "Road Signs" although i can select "Read TTS Road Signs" in the menu, they are not spoken, and "Say distance or phrase soon" is greyed ouy and cannot be selected.

Have you any advice on these problems?