VO!CE v1.1 - Text to Human Voice Software

Status
Not open for further replies.

l0calh0st

Active Member
4,052
2010
713
0
VO!CE v1.1 - Text 2 Human Voice Tool!

[slide]http://i.imgur.com/2tWxb.png[/slide]

Features:
- Text 2 Speak
- Export function to mp3
- Max. charachters supported: 100

Uses Google (UN)official API. Actually it's not an API, it's a glitch lol. Export function is made by me.

Download v1.1: http://www.mediafire.com/?dpc6fd691jve2c6
Download v1.0: http://www.mediafire.com/?pw18283acs5ftvx

Source will be released soon!

Cheerz
 
Last edited by a moderator:
30 comments
thanks
testing nao


edit:got a lag on startup :| but it works fine it uses google voice translate and its awesome btw u should make the test box bigger incase we want to copy paste something it would be easy to see
 
Last edited:
error:

9t0Zp.png



name v!oce instead of voIce
 
Getting this error whenever I type a name in the text field and press Save

[SLIDE]http://www.imgcafe.com/view/uploads/untitlnin.png[/SLIDE]
 
Getting this error whenever I type a name in the text field and press Save

[SLIDE]http://www.imgcafe.com/view/uploads/untitlnin.png[/SLIDE]

I get this error too using text: Boss. Ar See, You have a text Message.

If someone can save this for me and give this to me. I would gladly appreciate it..

Thank you.
 
Bug found. It seems that ASPack (exe packer) corrupts the executable. I've fixed it and this time packed it using UPX.

Typo has been fixed too.

Thanks
 
PHP:
using System.Speech.Synthesis;

static void Main(string[] args)
        {
            using (SpeechSynthesizer synth = new SpeechSynthesizer())
                synth.Speak("Hello Fellow wJ peoples.");      
        }
#eof
 
Status
Not open for further replies.
Back
Top