<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1722" Guid="{C527C0E9-4A16-457E-89CE-0A009F43C500}" Time="1478620536.13">
    <Autostart Name="Autostart" Expanded="True">
        <Plugin Identifier="IntelliSpeech" Guid="{D741593B-422E-417A-8FB7-58F4DCD97D25}" File="IntelliSpeech">
            gAJYBwAAAEVuZ2xpc2hxAFgHAAAARW5nbGlzaHEBTodxAi4=
        </Plugin>
    </Autostart>
    <Folder Name="IntelliSpeech" Expanded="True">
        <Macro Name="Microphone input" Expanded="True">
            <Action>
                IntelliSpeech.MicToText([u'English', u'United States'], 1500, 1.5, u'Success', u'Failure', False, u'Default input device', 1)
            </Action>
        </Macro>
        <Macro Name="Success" Expanded="True">
            <Event Name="IntelliSpeech.SpeechToText.Success" />
            <Action>
                EventGhost.ShowOSD(u'{eg.event.payload}', u'0;-24;0;0;0;700;0;0;0;1;0;0;2;32;Arial', (128, 128, 255), (0, 0, 0), 4, (0, 0), 0, 3.0, True)
            </Action>
            <Action>
                IntelliSpeech.TranslateAndSpeak(u'English', u'German', u'{eg.event.payload}', 100, u'Default output device')
            </Action>
            <Action Enabled="False">
                IntelliSpeech.Speak(u'English', u'{eg.event.payload}', 100, u'Default output device')
            </Action>
        </Macro>
        <Macro Name="Failed" Expanded="True">
            <Event Name="IntelliSpeech.SpeechToText.Failure" />
            <Action>
                EventGhost.ShowOSD(u'Failed !', u'0;-37;0;0;0;700;0;0;0;238;3;2;1;34;Arial', (128, 128, 255), (0, 0, 0), 4, (0, 0), 0, 3.0, True)
            </Action>
        </Macro>
    </Folder>
</EventGhost>
