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


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

Php :: Record Voice Files Using PHP, FLASH?

Jan 14, 2010

I am developing an application where I need to record voice(for those who does not have a webcam so they can use only microphone to record voice) or video(those who have a a webcam - like laptop or external) files and save them on server, thereafter save the file name and logged in users id on database for later access.

I know I need to use some sort of flash app for this. But is there any free one which could server this purpose or even if there are paid ones which could serve this purpose that would be great. I tried google but may be I was not being able to go after the proper term or something, I could not succeed finding a proper solution for this.

View 5 Replies

ActionScript 3.0 :: Record Voice From A .swf App?

Dec 30, 2008

So, it's been about 2 years since I've had to use any Flash. But I wanted to figure out how to record voice from a .swf app

View 2 Replies

ActionScript 1/2 :: Make A Flash Application Which Will Record The Sound Or Else Just Grabs The Voice Input And Plays It?

Oct 1, 2007

i want to make a flash application which will record the sound Or else just grabs the voice input and plays it..!

View 7 Replies

ActionScript 3.0 :: Possible To Record Voice Using Headphone In AS3

Mar 18, 2011

Is it possible to record voice using headphone in AS3, I have heard about FMS and cookies but didnt get any proper tutorial or source link. I am totally failed to implement ExternalInterface in AS3 for both call and callback methods.

View 7 Replies

ActionScript 3.0 :: Record The User Voice & Act On It?

Sep 3, 2009

Is it possible to record the end user by mic? And what kid of actions can I do with the recording? Can I get for example the volume of the sound (decibels) in real time? Can I save the record on a file?

View 3 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 :: Record Voice And Save It To Mp3 File

Sep 24, 2011

Is it possible to record (5 seconds) a voice with the microphone and save it as a mp3 file WITHOUT sending data to the server? I would like to save the file with FileReference (some times ago I did an experiment saving a bitmap and it worked).

View 1 Replies

ActionScript 3.0 :: Remove Delay Voice That Heared In Use From Microphone?

Dec 13, 2011

When i use microphone , voice heared with a delay .

View 2 Replies

Media Server :: NetStream Publish Record - Video Has No Image Only Voice

Jun 27, 2011

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL]" layout="absolute" creationComplete="init();">
<mx:Script> <![CDATA[
import mx.controls.Alert;
import mx.core.mx_internal;
import flash.media.Camera;
[Code] .....
So, I play the record video , but there is no image , just voice

View 6 Replies

Actionscript 3.0 :: Build A Small Application So That Users Can Record Their Voice With Microphone?

Nov 9, 2008

I would like to build a small application in AS3 so that my users can record their voice with microphone.I know there is a Microphone class but I don't know if AS3 allows to record the voice into a file that will be stored on the server.Is that possible to do so only with AS3?

View 2 Replies

IDE :: Save And Playback Recorded Voice On Local Computer?

Jan 17, 2012

I currently creating a standalone language learning application using Flash Professional 8. The application allow users to record and playback their own pronunciation, so that they can compare their own pronunciation with the pronunciation provided in the application for learning. how can I save and playback recorded voice on local computer

View 2 Replies

ActionScript 3.0 :: Do Voice Recording Using Flash 8?

Jun 29, 2009

How to do voice recording using flash action script 8 with example.

View 1 Replies

Flash :: P2P Voice Chat FP 10 Rtmfp?

Nov 3, 2010

I am using Adobe Citrus and Air. The goal is to make a voice chat application with low latency. I take the sound samples that I get from the Microphone SAMPLE_DATA_EVENT encode them in using Native Process and speexenc.exe.

The question with method should I use for the sending of the samples. I tried object repication and the latency is to big.

View 1 Replies

ActionScript 2.0 :: Voice Recognition In Flash

Jun 24, 2011

is that possible that flash can develop voice recognition application? if user says "A" then flash can call movieclip "A", or in the application e-learning, user just say "next" then the application going to the next page.

View 1 Replies

ActionScript 3.0 :: Flash To Create Voice Recording?

May 9, 2011

tips on creating voice recording application in web and also streaming media

View 1 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

ActionScript 3.0 :: Controlling Flash Presentation With Voice Over And Animation

Mar 5, 2009

my final project has a prev, next,stop, play, pause buttons and all of these affect the animations and voice overs. I suggested to make this on video and bring it into flash using a video player, but they want it to be into a single SWF to put on their website.

View 4 Replies

Javascript :: Flash Voice Recording, Then Upload To Server

Nov 26, 2010

I'm looking for a flash widget that allows users to record their audio and then send it to the server.

There are a few similar questions:

Record Audio and Upload as Wav or MP3 to server

They advocate using Red5 or flash media server.

Shouldn't it be possible to record locally on the user's client using the codecs that the user already has and then upload the resulting file to the server, rather than say, process the and record the stream on the server itself.

View 2 Replies

Java :: Voice Recording Applet / Flash In Web Browser

Mar 21, 2011

I'm going to do a voice recording plugin/addon on a website that will record audio and send it to the server for further processing. I have had two suggestions; either write a java applet or use flash. The service is supposed to work for all major browsers(IE, Firefox, chrome,..). I'm new to this area of development and is looking for tips on how to proceed with this. What is the pro's and con's for each solution?

For java applet, what Java speech API library do you recommend? I want a simple, small library, I only need voice input. Also, I am puzzled by Flash development, I can't find any good information about development, the adobe website dosn't make much sense. What is the programming language for flash, and how do you actually run it in html code? I have found ActionScript 3, is that used to create Flash plugins and can it perform voice recording?

View 2 Replies

Professional :: Incorporate Audio (Voice) To Explain Flash Animation

Apr 6, 2010

I am doing a project on an interactive website that contains flash animations. I have to incorporate a voice that explains what is happening in the animations. I am using my own voice for this. I have recorded my voice and saved it as .mp3 files. between each animation there are about 6-10 audio files. I am pretty sure I can import the sounds into the flash library and drag the sounds on the timeline and sync the sound with the animations that way but is it possible to control the sound using actionscript as I have to incorporate buttons that allows the user to play, pause and stop the animation and the audio. Or can I only use actionscript to achieve this.

View 7 Replies

Flash :: Media Server - Voice Conference Application With Many Users

Dec 21, 2010

We need to develop a flash voice conference application with using flash media server. The number of connections can be up to 20,000. is it possible with flash media server. Can it also possible with Peer to Peer. If we use flash media server what configuration needed for.

View 2 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

Flash - Voice Recognition Library (Respond To Simple English)

Feb 20, 2012

I'm after a Voice Recognition Library in ActionScript. I need to the software to be able to respond to simple english responses only. Yes & No type of responses.

View 2 Replies

ActionScript 2.0 :: Embed Custom Google Voice Widget In Flash

Aug 6, 2009

I am trying to figure out how to embed the Google Voice (GV) code I have been given through my GV account into a Flash web page using Action Script, but instead of using the default GV icon, use my own, which then opens the GV 'Call' interface. Here is the GV code:

[Code]...

View 0 Replies

Fms :: Run A Flash Based Voice Chat Without The Flash Media Server?

Jun 7, 2011

Its just a quick question: Is it possible to run a falsh based voice chat without using the flash media server and instead using some kind of peer to peer connection? (just one to one connection, one to many connections are not needed)

View 1 Replies

Run A Flash Based Voice Chat Without The Flash Media Server?

Feb 5, 2011

Its just a quick question: Is it possible to run a falsh based voice chat without using the flash media server and instead using some kind of peer to peer connection? (just one to one connection, one to many connections are not needed)

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 3.0 :: Voice Recorder + Mp3 Convertion?

Feb 11, 2011

i'm trying to make a on line voice recorder + server upload. Today, i can do it in wav format, but i really wish to record it in mp3 or wma or other format so i can record small files. The actionscript is:

[Code]....

View 1 Replies







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