ActionScript 3.0 :: Record Sound From Microphone With Flash Player Lower Than 10?
Jan 4, 2011Is it possible for me to record sound from a microphone using a lower version of flash player, say Flash Player 9?
View 2 RepliesIs it possible for me to record sound from a microphone using a lower version of flash player, say Flash Player 9?
View 2 RepliesWe are working on a project to record a sound a we need to play back in flash 8 (as 2.0). we have 3 buttons like play /pause, record, stop, When we clik on record button we can record the sound through microphone and when we clik on paly /pause button the recorded sound should be played. so can we record and can we play back in flash 8.
View 2 RepliesWhat I want to know is if it is possible to record a sound clip using a microphone and then upload it to the server using a swf applet in a webpage. Im an experienced java/javascript programmer but just starting out with flash/action script. What technologies will I need to do this? Can I do this simply using simply an swf file and an apache/php or jsp page?
View 2 RepliesI am developing an application in flash(AS2) with FMS/RED5. where i want to record sound through microphone with background music(Flash is playing mp3). is that possible in as2 ?
View 0 RepliesI have used the script below to load the mp3 file, but I couldn't do what I used to when I imported the mp3file to stage and I did it there. Is there a way to place fadeout at the end of the music and make the sound lower and lower, is there a way to apply something like that via Action Script?
mySound=new Sound();
mySound.loadSound("sommeu.mp3",true);
mySound.start(0,0);
Is it possible to use flash to record from a microphone to local disk? I mean audio from a user - using local shared object or something?
View 1 RepliesIs it possible to use flash to record from a microphone to local disk? I mean audio from a user - using local shared object or something?
View 1 RepliesI got the code
var mic:Microphone = Microphone.getMicrophone();
mic.setUseEchoSuppression(true);
mic.setLoopBack(true);
when I browse thru adobe documentation for microphone access. But I could not find a way to record the sound and save it in the local drive.How to store the sound in local drive???
I want to capture audio samples from the microphone in my adobe AIR application and then save them to an flv file. I have the following code:
mic.setSilenceLevel(0, DELAY_LENGTH);
mic.codec = SoundCodec.SPEEX;
mic.encodeQuality = 6;
[Code]....
The problem is that I suspect that in my handler I am only getting raw samples and not compressed samples. The reason for my suspicion is that the number of bytes I get per message is equal to 20 ms (which my definition is 1 speex frame) of raw audio and not compressed audio. Also the number of bytes doesnt change if I change the encodeQuality. Reading the documentation suggests that adobe will only compress the audio before transmission to a flash media server or another peer. Is there a way to publish and read the stream locally in order to get compressed samples. ? Or any other way to get the compressed samples?
I would like to access to microphone bytearray in realtime to modify the sound to record.How can i do this?
View 4 RepliesI 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 RepliesI'm working on a project for my Flash class that seems to be above everyone's heads. What I'm trying to do is figure out how to take sound from a microphone, register the level/volume of that sound in flash. So if the level is 25 then a movieclip and a different sound is played back. Problem is I don't know what coding I can use to register a microphone and take whatever sound is put into the microphone and display a movieclip.
View 13 RepliesWe need send h264 from flash to Wowza and after to vlc by RTSP protocol. But if we send sound in Speex codec, we not listens sound. what it is possible to make?
View 1 Replieshow to remove flash player security pop up for camera and microphone through coding.
View 4 RepliesI want to record my pc's sound use flash to the FMS,that is, when i play a music by Windows Media Player, I can record the sound to the FMS,anyone has an idea?
View 2 RepliesI want to record the sound by using flash in server.
View 1 Replieshow to record sound when we run .swf. can send to me an example about how to record sound ini flash.
View 1 RepliesUsing flex,As can we record sound from microphone and store locally and and upload later?
View 2 RepliesANyone know if it is actually possible to record to the adobe DVRCast application through a browser based flash player and not FMLE?
View 1 RepliesIs there any way to record what flash player displays? I thought of sampling the framebuffer contents like 30 times per second but i am not sure if that is even possible under Windows.note: i know that there are plenty of software that converts swf to avi, but i wanna do it programmatically because my aim is not to save them to my disk as avi or sth.
View 1 RepliesI have bought Learning AS 3.0 (O'Reilly) but I have been having difficulty getting one of the tutorials to run. The tutorial shows how to record data from a microphone to a byte array, playback the saved data and save as a WAV file. For some reason, I can't get this working. When the swf runs, the Flash Settings screen doesn't pop up to request permission to access the microphone but I can still trace properties such as gain.
I've uploaded a zip containing all the classes and an FLA - just use RecordMicrophone_Example.as file as the document class. Here is the problematic area of the code:
[Code]....
doing sound recording and playback in flash. I found this code from a tutorial and converted it to a flash document. From my traces, the record functions seem to be called. But when I try to play back the data, it tells me that the byteArray is empty. I've tested and I know that my microphone is working.
When I trace the size of the ByteArray, it returns 0;
So why does no data get recorded into the ByteArray?
output:
Recording
Stopped recording
Start Playing
Play Data - NO DATA
[Code]....
I need to record sound from microfone in flash and save it to server. Can someone provide an example?
View 2 RepliesI have a Flash CS4 project with sound that starts to play in the first scene, set to event/loop so that it plays all through the entire time.
But I have a piece of video with audio in another scene and I would like to have the sound file playing at a lower volume while the video is playing, then get it to return to normal volume when the video is over.
I have no actionscript at this point. Just timeline animations, etc.
I was wondering if there is any way to get the sound bytes froma microphone and apply it to lee brimelow's tutorial on sond spectrum?[url]...
View 4 Repliescan i mute MICROPHONE sound using AS3?
View 1 Repliesi dont know that how mix a mp3 files with microphone in as3 and where should I start.
View 1 Repliesi want to make a flash application which will record the sound Or else just grabs the voice input and plays it..!
View 7 RepliesThis captures microphone sound and changes the alpha of 'foo' according to the sound level. However, I hear the microphones input. I want the visuals to work without hearing any sound. How would I do that?
[Code]....
if there is a way I can change the imput sound from a MP3 to use the microphone instead?I have so far done this in the code but still with no luck.
//var s:Sound = new Sound(new URLRequest("music.mp3"));
//s.play(0, 1000);
var myMic:Microphone = Microphone.getMicrophone();
[code]....