Flex :: Voice Won't Go To Another Text To Speech?

Aug 11, 2011

is there any possible Text to speech in flex Note: The voice wont go to another text to Speech website(example google translate)

View 1 Replies


Similar Posts:


Flash :: Live Voice Chat With Manipulated Voice Audio With RTMFP

Mar 27, 2012

We are building a live RTMFP voice chat application with Cumulus. While the basic voice transfer works pretty easy using NetStreams, we have one big problem:There does not seem to be a way to manipulate the microphone data that the NetStream sends, and also not a way to manipulate the data the listening NetStream receives before it is played.However, this is exactly what we need. We do not want to transfer the normal microphone recorded audio, but first pitch it, then send it, then play it. Or first send it, then pitch it, then play it. But it seems that the whole audio recording, speex encoding, speex decoding and audio playback is completely encapsuled within the NetStream class.The only ways to achieve what we want (and all of them removing NetStream completely) seem to be:Send raw pitched audio data. That does work, but is of course a lot of data to send and will likely not work fast enough outside of our local LAN testing.

Pitch audio data, convert to ogg/mp3 using existing encoders for flash, send, decode ogg/mp3 and play. But this would mean encoding each and every sample packet that is received from the microphone, adding header stuff, etc. So this would likely not even yield that much of a benefit compared to raw audio data.2.1. This would actually be a good way if there was a Speex encoder/decoder for flash. But ironically, there is none other than the built in one (which is used for encoding/decoding audio in NetStreams) that cannot be explicitly used. ot offering it, Adobe...Send the data to the Cumulus server, pitch (and probably convert) there and send to the recipient. This would likely not even be that much faster than 1. and also throw away the exact benefit of RTMFP, P2P communication.

View 1 Replies

Actionscript 3 :: Record Voice And Playback Voice With A Delay Using Flash?

Mar 9, 2012

I've been working on a Flash script that allows the user to speak and playback what the user is saying after certain but exact time, say 10 seconds.

View 1 Replies

Alternative To Sitepal (text To Speech)

Feb 26, 2008

Are there any alternatives to sitepal with the same or close the same quality of text to speech engine?

View 1 Replies

ActionScript 2.0 :: Input Text To Speech?

Sep 4, 2010

I found interesting animation where robot say "hello how are you today" it comes to static text. i want input text. how??

View 0 Replies

Text Speech Software For Flash Presentation?

Feb 1, 2012

I have made so many Flash presentations, but every time i stuck on one part. I need to get a professional vocal audio added to my presentation. So that when a slide is running its explanation can be done vocally.

I have seen this on a website Umbraco, here in the flash presentation on the very first page, someone is speaking about the content (This voice i have heard so many times on different presentations),Is that a computer generated voice or a software made voice or just someone speaking himself and recorded.

View 2 Replies

ActionScript 2.0 :: Create A Text To Speech Application ?

Aug 7, 2009

Is there a way to create a text to speech application in AS?

View 2 Replies

ActionScript 3.0 :: Setup A Text To Speech Feature In Flash?

Mar 11, 2012

I'm trying to see if I can set up a text to speech feature in Flash. I found this post, which details how to integrate Google's text to speech functionality with Flash. Seems pretty good, but the post seems to be written for uber-genius AS3 programmers...well not really, but at least those who already know how to stitch these pieces together.
 
I know a bit about using classes and packages, but can't seem to figure out how all the chunks of code in his post would be stitched together.
 
Any chance anyone can check this out, and give me a basic rundown of how all these pieces would go together?? So I can try implementing this myself...
 
[URL]
 
PS. Also open to another solution to text to speech in Flash, if you know of an easier one..

View 5 Replies

ActionScript 3.0 :: Create Text To Speech Application In Flash Without Any Back End?

Nov 19, 2010

Is it possible to create text to speech application in flash without any back end?

View 1 Replies

ActionScript 3.0 :: Text To Speech / Narrator For Visually Impaired People

Apr 8, 2010

does anyone have an idea how can i do it? i have loads of text in flash that i want to be narrated for people with poor vision for a project..how do i proceed? the texts are in textArea's btw.

View 3 Replies

ActionScript 3.0 :: Flash Dynamically Converting Text To Speech(mp3) Offline

Nov 7, 2011

I am developing an application where I need to convert Text to Speech in offline version. Without using the Google translator.

View 1 Replies

Flex :: Displaying Black And Red ToolTips As Speech Baloons

Sep 7, 2011

I'm porting a card game from pure Flash/AS3 to Flex 4.5: I'm almost done, but the "speech baloons" marked by the blue color in the screenshot above are missing. Those "speech baloons" fade in, display red (if they contain hearts or diamonds char) or black text and finally fade out. I'm trying to implement those as mx.controls.ToolTips and have prepared a simple test case, where 3 users are represented by smiley-buttons and you can push a "Talk"-button to make them talk:

[Code]...

View 1 Replies

ActionScript 3.0 :: Text To Be Moved Along With The Voice?

Oct 30, 2009

I have a text and voice in seperate. When ever the voice is moving, I want the text to be moved along with the voice?

View 6 Replies

ActionScript 2.0 :: FLASH And TEXT To VOICE Technology

Jan 20, 2004

We like working with flash.. but since we would also want our stuff to reach those who have LD like blind people, the question will be how will you incorporate flash to another technology like text to voice..

View 3 Replies

Android :: Google Voice API For AIR|Flex?

Nov 3, 2010

With the release of AIR 2.5 for Android Flex-developers gain access various system API of the operating system. Are there any official (or unofficial) APIs Google Voice for ActionScript?

View 2 Replies

Flex :: Record Voice And Send It To Server?

Nov 17, 2010

I need to record the voice of the student from the client and send it to server to check whether there are any gramatical mistakes in it. I have designed the client in flexMy problem is, i have no idea of how to store the recorded sound and send it to the server

View 2 Replies

Actionscript 3 :: Saving Recorded Voice In Flex?

Apr 26, 2011

I am trying save the recorded voice locally in my file system using flex and as3. I am successful in recording voice and playback again. I am using web application prospective in Flex. Here I noticed that if I used windowed application, I am successfully saving voice record in my system(using adobe air file system).

View 3 Replies

Flash :: Create A Voice Pitch Meter/analyzer In Flex?

Aug 15, 2011

AS3 or Flex : How to create a voice pitch meter/analyzer? Is it possible? How to create voice pitch analyzer on flex or AS3? do you have any idea? or is there any software like this that can be used on a web site?

View 1 Replies

Flex :: Start Creating Voice Chat Application Using Adobe And Red5?

May 5, 2011

I will create a voice chat application with Adobe Flex and I want use the opensource Red5 as a server.But, I confuse how to start it. it's possible just use NetStream and NetConnection?

View 1 Replies

Speech Recognition In Flash

Apr 2, 2012

I am trying to develop a module for voice recognition that could be integrated with a pre-existing flash website. I don't need the full speech recognition functionality, but a limited set of it (only specific commands like next, go etc). I looked at some functionality available like speechapi.I did try to do a bit of flash training by myself since i got into this project. So anyway, if I have to go ahead, will I have to do this in Actionscript?

View 1 Replies

Flash :: Speech Recognition With Silverlight?

Apr 30, 2010

I'm developing a web user interface to enter some information that is not very complex but needs to be loaded in real time. I think that the application could make use of speech recognition to facilitate the task.

Te core of the interface is being built with Javascript and jQuery, but can easily include a flash or silverlight component. I believe thatīs probably the way to go. I don't need to recognize everything that the user says, but only a few prerecorded commands. Also, I don't want the user to click on a button to specify the begining and the end of the spoken command. It should be detected live.

Is there anything that does this? I would be grateful if anyone tells me about a complete solution, free or commercial, as well as any advice on capturing a sound stream from the mic and process it with flash or sliverlight.

View 3 Replies

Flash :: Speech Recognition Can Be Done Through Web Browser?

Oct 26, 2010

How to implement Online Speech Recognition through a Web Browser Interface.

Is it possible to implement this without using any Streaming Server (completely browser-based application)? Without building any own plug-ins, is it possible to implement Speech Recognition using Flash ...

View 1 Replies

ActionScript 3.0 :: Speech Recognition In FLASH?

Jan 31, 2011

can some guide me that how i can make speech recognition software in flash, for e.g if i speech letter "A" than letter A appear on page and start animated, this is my project i need help.

View 5 Replies

ActionScript 2.0 :: Cannot Display Some Speech Marks?

Jun 24, 2006

I am using ASP create XML file, than load XML to Flash.But just found a problem, some speech marks cann't be displayed.my XML looks like that:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<config>

[code].....

View 1 Replies

ActionScript 3.0 :: Text To Go Below The Movie Clip Simultaneously With The Voice In Movie Clip

May 15, 2009

I've imported 9 .mov files in my flash presentation. Each lasts for about a minute, and the language is english. I have translation of each video clip in Serbian language as .txt files. And now i need that text to go below the movie clip simultaneosly with the voice in movie clip. And for example when i press pause,the text stops,and when i resume it,the text goes again.

View 1 Replies

ActionScript 3.0 :: Programming A Character To Respond To Speech?

Mar 14, 2012

I'm currently taking Computer Science classes at my college and am taking the initiative to learn coding through practice as well as through the textbook.How can I get a character to respond to speech that comes through a microphone?

I want to make it so that a character's mouth moves as I talk into a microphone. And(while this is a stretch and don't think it'd really work, but I figured I'd ask just in case) make similar mouth movements according to what I'm saying. For example, having my character have an open circular mouth as I say, "Oh" or something similar.I've considered just holding down a key that turns on my microphone and makes the character's mouth move. But the problem I have with that is; how do I get the microphone to turn on and off as I hold and release the key?

View 1 Replies

ActionScript 2.0 :: Get The Value Of 8 In Another Way Without Having To Remove The Speech Marks From The Array Value?

Aug 1, 2010

I have a noob question about arrays.I have two arrays:

var array1 = new Array();
array1[0] = "1";
array1[1] = "7";

I know that these are in string format, but this is necessary for the whole code (i think!) but I want to be add these to values together, to get the value of 8, however if you do:

var answer = array1[0] + array1[1];

Then it just joins the 2 values to give 17, however if you times them, it treats it like a number.Is it possible to add them to get the value of 8 in another way without having to remove the speech marks from the array value?

View 2 Replies

Actionscript 3 :: Flash SPEEX Codec Conversion For Google Speech API

Sep 1, 2011

People have figured out how to use the Google Speech API (Speech-To-Text). I'm trying to get it working with Flash Speex codec, and I just can't figure it out. I've tried inserting frame size byte before each 160 bytes (as some sources say), but this doesn't work. So I post a challenge to somehow translate the flash speex bytes for Google Speech API to understand. Here is basic flex code:

[Code]....

View 1 Replies

ActionScript 3.0 :: Referencing Variable Result Inside Speech Marks?

Jan 1, 2010

How would I go about refferencing a variable and then turning it into a string (if that is the correct terminology). e.g:

[Code]...

I need the result of variable something to end up inside the speech marks without loosing its obvious refference to the variable.

View 2 Replies

ActionScript 3.0 :: Record Speech And Write The Spoken Words Into A Textfile?

Mar 3, 2009

Is it possible to record speech in AS3 and to write the spoken words into a textfile or something? Or maybe record something twice and compare this to each other? Like if I would record the word "Hello" and then the word "Hi" and it returns me a false or something like that.

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved