Jump to content

Cord'Vocal


Kilhian
 Share

Recommended Posts

Hi :)

Due to my desease, i created this app. It allow people to pre-recorded sentences, copy/paste text...

[autoit];region Script Settings

;<scriptSettings xmlns="http://tempuri.org/ScriptSettings.xsd">

; <scriptPackager>

; <process>autoit3.exe</process>

; <arguments />

; <extractdir>%TEMP%</extractdir>

; <files />

; <usedefaulticon>true</usedefaulticon>

; <showinsystray>false</showinsystray>

; <altcreds>false</altcreds>

; <efs>true</efs>

; <ntfs>true</ntfs>

; <local>false</local>

; <abortonfail>true</abortonfail>

; <product />

; <version>1.0.0.1</version>

; <versionstring />

; <comments />

; <includeinterpreter>false</includeinterpreter>

; <forcecomregistration>false</forcecomregistration>

; <consolemode>false</consolemode>

; <EnableChangelog>false</EnableChangelog>

; <AutoBackup>false</AutoBackup>

; <snapinforce>false</snapinforce>

; <snapinshowprogress>false</snapinshowprogress>

; <snapinautoadd>0</snapinautoadd>

; <snapinpermanentpath />

; </ScriptPackager>

;</ScriptSettings>

;endregion

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****

#AutoIt3Wrapper_Res_SaveSource = y

#AutoIt3Wrapper_Res_Language = 1036

#AutoIt3Wrapper_Run_Tidy = y

#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

#include <ButtonConstants.au3 >

#include <GUIConstantsEx.au3 >

#include <StaticConstants.au3 >

#include <TabConstants.au3 >

#include <WindowsConstants.au3 >

#include <Array.au3 >

#include <EditConstants.au3 >

#include <File.au3 >

#include <ProgressConstants.au3 >

#include <GUIComboBoxEx.au3 >

#include <GUIConstants.au3 >

#include <GUIComboBoxEx.au3 >

#include <GuiImageList.au3 >

#include <GUIEdit.au3 >

#include <Constants.au3 >

#include <GUIScrollBars.au3>

#include <ScrollBarConstants.au3>

#include <String.au3>

Opt("GUIOnEventMode", 1)

Opt("GUIEventOptions", 0)

;~ $pos = MouseGetPos()

Global $m_bPaused = False, $m_bSpeaking = False, $name_voice

_Language()

verif_speech()

$Init_file = @ScriptDir & $file

$Width_GUI = 460

$Height_GUI = 320

$W_inside = $Width_GUI - 4

$H_inside = $Height_GUI - 24

$label_tab0_data = ""

$label_tab2_data = ""

; Cr

Link to comment
Share on other sites

That is very nifty for the cause! Congratulations! I know this could become a very big deal for some folks. My Dad died of Complications to Agent Orange from the Vietnam war, before he died he used a small machine to spell out words because he could not speak for several years. This would have been a breakthru for him. God Bless..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...