Can I save audio, captured by my swf

Hello,
I am reading data through microphone, can any one tell me how
i can save that audio.
even i am trying flash communication for the same.
But I dont have any proper help for the same.
pls suggest any url, or code help .
thnx..

I am also trying to let the user send audio from their
microphone to Flash Media Server (AKA Flash Communication Server).
I can monitor the server to verify that data is being sent, and an
.flv file is created when I'm done recording. However, when I open
this .flv file, it doesn't play any sound. The Play button in the
menu is disabled too. Here's my code so far:
var connected = false;
var my_nc:NetConnection;
var my_ns:NetStream;
var audio_sound:Sound;
var active_mic:Microphone;
this.record_btn.onRelease = function() {
if(connected)
pause_voiceover();
else
record_voiceover();
this.stop_btn.onRelease = function() {
stop();
function record_voiceover() {
my_nc = new NetConnection();
my_nc.connect("rtmp://localhost/ccast/instance1");
my_ns = new NetStream(my_nc);
active_mic = Microphone.get();
my_ns.attachAudio(active_mic);
my_ns.publish("voice_over", "record");
//my_video = new FLVPlayback();
//my_video.play("cafe_townsend_chef.flv");
connected = true;
function stop() {
my_ns.close();
}

Similar Messages

  • Hello, How can I save audios rcvd from whatsup in Iphone 5 ? Thanks

    Hello,
    How can I save audios rcvd from whatsup in Iphone 5 ?
    Thanks

    You might want to start with reading the iPhone user guide. Basic processes like synching are covered: http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf
    In short, you must use iTunes to synch photos. You can also get more information in this knowledgeable article: iTunes: Syncing photos - Apple Support

  • Can I save audio only from iMovie video...?

    Can I save audio only from iMovie video...?

    vipfilmproductions wrote:
    Can I save audio only from iMovie video...?
    Sure.
    Choose Share>Export Using QuickTime.  Then select Sound to AIFF from the Export dropdown menu.
    The resulting will be an audio only AIFF file.  The Sound to AU or Wave work in the same way and will create audio files of those file types.
    Matt

  • How can I save audio cassette tapes on my 2009-10.6.8 iMac?

    How can I save audio cassette tapes on my 2009-10.6.8 iMac?

    Augustine Mestas wrote:
    How can I save audio cassette tapes on my 2009-10.6.8 iMac?
    http://www.bulletsandbones.com/GB/GBFAQ.html#recordcassette
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Can you save Audio File from WhatsApp to iPhone music

    can you save an Audio file from WhatsApp to iPhone music?

    Only way to add anything to music is download it from the iTunes Store directly on device or sync it from a computer using iTunes.

  • Can't save movie captures to server...only to client

    l have iMovie 11 (9.0) on a 10.6.8 client.  I can't save movie clips to the server, but can save to the client. When I try to "File->Import from camera" (local iSight), then "capture", on the dialog that pops up I see "Save To:" with three shares:
    1) "Mac HD" (local main partition),
    2) "Data Store" (local data partition), and
    3) "SERVER-USERDATA" (the main area on the server for network user data).
    Share#1,2 show lots of gigs free, and I can save to these areas. (But I think I'll have a problem with network users if they log onto another machine, the clip won't be available.)
    Share#3 shows 0gig free.  But there is plenty of space on the server.  If I try to save here, i get a dialog that says "... you may not have permissions to write to "/Network/Servers/rbserver.lan/SERVER-USERDATA/iMovieEvents.localized."
    Where does it pull these sharepoints from?  (SERVER-USERDATA is NOT a share of it's own, there are shares "under" it, like /server-userdata/students/...) 
    2 Questions:
    1) any idea why it's not recognizing any free space on server share?
    2) If I want to change the sharepoint that shows up for iMovie clip saving, where can I specify that? (on the client)

    thanks Abhilash.
    i've never configured pass-through html for the cr for enterprise viewers before but others have...please see this thread. you may wish to get this to work first before you get too far.
    even if you don't use webelements and write your own embedded html & javascript, you need to activate pass-through html as that's the required feature. a simple test to see if you've got it to work is to create a formula to put on your report like the following and if the tags don't show up then your implimentation was successful.
    '<DIV>this is a div</DIV>'
    once that works, you can copy the syntax for the weautorefresh and create a formula based on that syntax and it should work in theory. however, the code for that function was written for the dhtml viewer for crystal reports and not the viewer for crystal reports for enterprise.
    please do let us know how this part goes though.

  • Can i save audio i stream from a website?

    Hi Guys i recently found that through activity window in safari i can easily save video clips that that are posted on websites, so that i can play them back at a later time when i don't have internet connection, this is a really cool feature. I was wondering does anyone know if i can do something similar for streaming audio, basically so that i could listen to "listen again" type features while not actually online.
    thanks in advance for your time.

    True "streaming" media (served from streaming server protocols like RTSP) are not cached so you can only save a "link" to the file.
    99.9% of Internet media isn't streamed. They download.

  • How can I save audio midi settings OSX 10.7.4

    Every time I boot my MAC PRO I have to go into "Audio MIDI Setup" from the utilities folder and reset the inputs and outputs of my Focusrite audio interface. It is always normaled to the "Built-in Device" and will not remember that i have reset it to the Focusrite "Saffire" OSX 10.7.4.
    I had no problem in OSX 10.5.8
    Any answers here?

    Hi Jim,
    Try this:
    While the Built-In device is selected, Open Finder, go to Macintosh HD > Library > Preferences > Audio, and trash both files inside that folder.  Then select your Focusrite interface, and run some audio through it.  Once you've done that, restart your computer and see if it holds up.
    Best regards,
    David Tichauer // Focusrite Technical Support

  • Audio Capture problem in Mac OS X 10.7.5 in Mac mini(in Silverlight)

    I got a mac mini and upgrade Mac OS X 10.6.x --> 10.7.5.
    However do not hearing the audio in Webpage using Silverlight.(10.6. version doing well)
    So, I found the solve this problem, that is a audio capture problem.( My device does not supported Stereo audio data).
    this is the source in audio capture using Silverlight code.
      CaptureSource source = new CaptureSource()
                            AudioCaptureDevice = CaptureDeviceConfiguration.GetDefaultAudioCaptureDevice()
                        try
                            foreach (AudioFormat af in source.AudioCaptureDevice.SupportedFormats)
                                if (af.Channels == 1 && af.BitsPerSample == 16 && af.SamplesPerSecond == 8000)
                                    source.AudioCaptureDevice.DesiredFormat = af;
                                    break;
    af.Channels is always af.Channel == 2(Stereo)
    --- the question is
    How can I caputure audio channel mono?
    If couldn`t, how can I transfered audio capture data stereo to mono?
    Please answer the question as soon as possible ^^

    Mavericks is a 5.3 GB file, it takes awhile to download based on the speed of your internet account.

  • Can i save streaming audio to a file on my iMac?

    Is there a relatively easy way to save audio to the hard drive?  Most audio capture and editing software seems to have too many extra features and looks complicated? (this is my first Mac)  We would jst like to save an occasional file to replay later.  Thanks in advance, Pat

    Just found this reply to a similar question:
    True "streaming" media (served from streaming server protocols like RTSP) are not cached so you can only save a "link" to the file.  99.9% of Internet media isn't streamed. They download.
    Is it then possible to capture (with software) something we listen to on the Internet - cached or not? 

  • How can i save my place in an audio book using iphone 4

    how can I save my place in an audio book using iphone 4

    In iTunes, select the Audiobook, right-click, options:
    Sync your phone.

  • Missing buttons at bottom of Audio window in Captivate v6. Can't save or close files .

    Missing buttons at bottom of Audio window in Captivate v6. Can't save or close files .Buttons also missing in Edit mode.
    Any thoughts as to might of happened? I'm using Captivate 6.0.0.199. Until a week ago this functionality was working fine.

    Captivate 6.0.0.199 had several issues. Upgrade to 6.0.1.240 from here and check.
    https://www.adobe.com/support/captivate/downloads.html
    Sreekanth

  • How can I save a Flash or .swf file in AVI format without losing quality?

    How can I save a Flash or .swf file in AVI (or another video) format without losing quality?

    As long as you don't have code in your animation then just hit File->Export->Export Movie, then configure the options.
    Here's an article on exporting sound, images and video. Just skip on down to exporting AVI and it explains the process. The codec is in the Video Compression section. When you click Settings for Video Compression, the codec is in the drop-down at the top. There's various kinds but to get lossless quality AVI you'll have to choose Uncompressed / None for full quality. Again, the file will be huge and you'll need to use another program (like Adobe Media Encoder) or Microsoft Windows Media Encoder, etc, depending on what format you intend to compress it ultimately.
    http://helpx.adobe.com/flash/using/exporting.html#exporting_video_and_sound

  • MS 8606 Audio Capture can't start

    Have MSI TV@nywhere Master.  The audio capture driver didn't install automatically from the cd.  I tried forcing the driver to install and now it says:
    This device cannot start. (Code 10)
    Any suggestions or ideas to help??
    Athlon 2600
    soyo kt400 ultra
    ati 9800 pro
    soundblaster audigy

    AVI_IO is a VFW program the TV@nywhere Master is a WMD device. The frame size you are getting from AVI_IO is not an unusual occurance with some TV cards. I can not get VirtualDub to capture over 352x288 PAL although some others brands of TV card can. I have not been able to get AVI_IO to work at all on my WinXP system so I guess that you are not using WinXP.
    The fact that you are able to capture using AVI_IO would suggest that the card is OK and that your system is possibly at fault. I did have problems on my first install and the audio drivers did not install but once manually installed they have been no problems from them.
    Have you tried clearing out all the TV card drivers and software (I mean manually removing all traces) and re-installing?
    Perhaps try moving the card to another slot or just reseating it, and/or remove the drivers via device manager and reboot the PC and let the OS find them again.
    Perhaps it may be time to do a clean install of the OS?
    I found it nessecary to do it at least every 12 months and sometime much sooner when I was using any other OS before WinXP. It will certainly cancel out any possiblity that it is your system at fault.

  • Audio capture but can't hear it

    On my Clip Setting tab, the Audio check box and the Preview (Audio) check box are "checked." Also, the two channel audio bars indicate that there is audio on the tape. However, I do not hear audio in the camera or my MacBook Pro. I used an external mic that plugs into my camera (Canon Elura 65 - mini DV). I can "see" the audio. Please help!

    Tully,
    You really couldn't have heard the audio +from FCE+ during capture. FCE has never done it. You may have heard the audio from the speaker in your camcorder, but not through FCE.
    In your last post, however, you indicated that after capturing the clip you can't hear the audio. Is that the problem?

Maybe you are looking for

  • Windows 8.1 update???

    I triedto update my win 8 bootcamp to 8.1 but in store app (windows) i always get error 0x8007002 or 0x80070652. I tried with iso on dvd but it says "we can't teel if your pc is ready to install windows 8.1". i don't know how else to install, solutio

  • How do I reset/restore my late 2011 MBA to factory settings??

    Ok, so I love my MacBook Air that I got for christmas 2011. But the thing is, I have never been great about emails. TOO MUCH JUNK EMAIL!!! Also the whole photostream thing, is kinda overwhelming me because its SUPER hard to delete them off of iPhoto.

  • File Upload and download without asking/specifing the path

    Hi, I have a requirement in which user must be able to edit the Abode offline form by clicking on edit link. On clicking the link document must open (either download to some temporary location) in new window and user must be able to edit & to save th

  • Third-Party Keyboard on Lockscreen

    I am using iOS 8.0.2 and have noticed that if I remove the default IOS keyboard and install any third-party keyboard and set it as the default, I can not respond to Messages from the Lockscreen. I get a blank portion of the screen where the keyboard

  • NetBeans JFileChooser visualization problem

    I have a visualization problem when i implement a JFileChooser. I use Windows XP with SDK 1.3.1 and Netbeans 3.3 I insert a JFileChooser from the Form Editor in NetBeans but when i run my application the JFileChooser appear in the background without