--
---
You received this message because you are subscribed to the Google Groups "VoiceAttack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voiceattack...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
Hello,
I went back to my old code from VABuddy and created a proper plugin, taking advantage of the latest functions introduced in VoiceAttack (requires beta v1.5.5.6 or above)
You can find it here: https://dl.dropboxusercontent.com/u/90846278/VATextReader.zip
The plugin adds commands for extracting content from plain text or XML files, locally or over the Internet, and push it back to VoiceAttack for Text-to-Speech or any other use. It also features a text viewer/editor window that can be used a a sort of notepad/memo/sticky note for your games.
There's also some additional settings already in place (namely caching options for remote files), for when the 'Info' plugin function will be made available in VoiceAttack
Please follow the instructions in the 'readme.txt' file and the included help file and sample profile.
The source code will be available shortly, after some more testing and clean-up
Have fun and let me know of any problem,
Luca
Hello,
I went back to my old code from VABuddy and created a proper plugin, taking advantage of the latest functions introduced in VoiceAttack (requires beta v1.5.5.6 or above)
You can find it here: https://dl.dropboxusercontent.com/u/90846278/VATextReader.zip
The plugin adds commands for extracting content from plain text or XML files, locally or over the Internet, and push it back to VoiceAttack for Text-to-Speech or any other use. It also features a text viewer/editor window that can be used a a sort of notepad/memo/sticky note for your games.
There's also some additional settings already in place (namely caching options for remote files), for when the 'Info' plugin function will be made available in VoiceAttack
Please follow the instructions in the 'readme.txt' file and the included help file and sample profile.
The source code will be available shortly, after some more testing and clean-up
Have fun and let me know of any problem,
Luca
[...]]
How hard would the following things be?1) Allow the Editor window from SHOW FILE to be opened with the contents of a {TXT:varname
2)Make editor voice enabled. Since you can switch a profile as part of a command a special set of voice command could be loaded.I want to be able say things like
delete 5th wordMove to 5th wordInsert before "some new text I want in the file"
Whern you say "immediately" you mean on load? without even executing a single command?
using (System.Speech.Synthesis.SpeechSynthesizer synth =
new System.Speech.Synthesis.SpeechSynthesizer())
{
synth.Speak("Hello World");
}