I installed it from the google playstore.
- The Version is VoxWavPro 2.4.3
- Smartwatch Android OS "Jelly Bean" 4.2.2
- Ivona text to speech (german and english voices)
- SVOX Classic TTS (german and english voices)
- VoxCommando 1.1.8.4
- TcpMic 0.1.6.0
Is it possible that it fails if no English voice is installed?
I'm not sure - I have installed both german and english. I use the german TTS as standard and if VC send english text to VoxWav, VW speak the english words with german TTS (it sounds funny but it works).
@painy
I'm having the same problem with android 4.3.1
Toggling makes no difference. And I'm getting other messages: OSD messages, confidence, and alternates. It also shows the TTS tekst. Only thing I'm not getting is the voice itself.
Can you test this command group with VC and VoxWavPro?
<?xml version="1.0" encoding="utf-16"?>
<commandGroup open="True" name="VoxWav set TTS language test" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="261" name="hello world" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>TTS.SetLang</cmdType>
<cmdString>en</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>1000</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.SpeakSync</cmdType>
<cmdString>I hope you can hear me on your android device</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>hello world</phrase>
</command>
</commandGroup>
This command set first the TTS language in your android device to english and then speak aloud "I hope you can hear me on your android device"
please let us know how it works - thanks