Voice recording in Flash

I'm creating an app for a client, I just realized that I need to have an option in this where I can have the user record a voice. Am I able to do this In Flash as its an IOS app.
Anyone?
R

i don't understand why you're asking me if your app needs to be deployed as an ios app.  that's a job spec that your client would typically make.
i understand that's what you wanted to do and yes, you can record voice, play back the voice recording immediately after recording is complete, you can save the recording on the idevice and you can play back the recording at a latter time.

Similar Messages

  • Voice recording using flash

    Hi Everyone
    It is possible to record voice over (audio) using flash
    interface and play back the same in flash.?
    Is there is any way to achieve in flash.
    Thank you, if you could help me.

    That's not strcictly accurate. This is possible in a browser
    using Flash
    communication server, and as an EXE using Zinc 2.5
    Remove '_spamkiller_' to mail

  • Voice recording

    Is there a way to integrate voice recording in Flash and
    saving the recorded sound file to the user's local PC as an MP3 or
    WAV file?
    Is it possible to do this without using Flash Media Server?
    tnx!

    maybe this one will give you the same possibilities for less
    money (free):
    http://osflash.org/red5

  • Browser based Voice Recorder

    Hi,
    I am trying to create
    browser based voice recorder in flash
    to capture user voice and save the files in the
    server.
    Can you please suggest any way how can i create the same.

    Thanks for the sample code link.
    I have downloaded the file from Record Audio & List.
    I have kept the file in htdocs inside the folder record and
    changed the connection path.
    But I am unable to record any audio from the microphone.
    neither it is creating any sound file .
    The code is as follows:
    //#include "NetDebug.as"
    // Attach the video device output from 'client_cam'
    // to the 'Live_video' video clip. Also get the default
    microphone
    client_cam=Camera.get();
    client_mic=Microphone.get();
    Live_video.attachVideo(client_cam);
    function initStreams() {
    // Make a connection to the application on the server
    client_nc = new NetConnection();
    // Handle status message
    client_nc.onStatus = function(info) {
    trace("Level: " + info.level + newline + "Code: " +
    info.code);
    client_nc.connect("
    http://localhost/record");
    // Create output stream
    out_ns = new NetStream(client_nc);
    //set a small buffer
    out_ns.setBufferTime(5);
    // Create input stream
    in_ns = new NetStream(client_nc);
    //set a small buffer
    in_ns.setBufferTime(5);
    Replay_video.attachVideo(in_ns);
    // Connect to server and set up streams
    initStreams();
    function doRecord() {
    if (Record_btn.getLabel() == "Record") {
    // Start publishing the camera output as a recorded stream
    out_ns.attachVideo(client_cam);
    out_ns.attachAudio(client_mic);
    out_ns.publish("new_sound", "record");
    // Don’t allow the user to play when recording
    Play_btn.setEnabled(false);
    mic_txt.text = client_mic.name;
    // Change the button label
    Record_btn.setLabel("Stop");
    } else if (Record_btn.getLabel() == "Stop") {
    // Close output stream
    out_ns.close();
    // Now that you’re finished recording, allow the user
    to play
    Play_btn.setEnabled(true);
    // Change the button label
    Record_btn.setLabel("Record");
    function doPlay() {
    in_ns.play("new_sound");
    Kindly let me know what i need to change in the code to make
    the things work.

  • Adobe Flash Player and Voice Recorder

    Hi,
    I'm a new blackberry user and have a few questions...
    I tried downloading the adobe flash player so I can play some videos online... but no luck... is this not possible? i downloaded the adobe player for mobile PC with no luck...
    Another question is ... When recording on the voice recorder... it doesn't record anything... it saves and records... but when I play it... there's a sound of me pressing the "record" button and then nothing... am I doing something wrong?
    Thank you!

    Flash player is not available for Blackberry devices. This means you won't be able to download any player from Adobe site.
    Try having a soft reset (pulling battery out for 30 sec.) to your  device and then try voice recording.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Mount an Olympus VN-2100PC voice recorder

    Hi!
    I bought an Olympus VN-2100PC. That's a voice recorder with 64MB flash memory with the ability to connect to PC by USB. i bought it in hope, that it works on linux as an usb mass storage. well, that's not the case.
    There is a disc with some windows software called "Digital Wave Player". The installation with wine doesn't work. Doesn't matter cause just the software wouldn't make arch to recognize the device.
    So far: Is there anybody who got a device like this workin on arch or another gnu/linux distribution (or on a mac)?
    maybe some of you find this information useful and can help:
    dmesg shows this if i connect the device:
    usb 2-1: new full speed USB device using uhci_hcd and address 6
    usb 2-1: configuration #1 chosen from 1 choice
    address 6 cause i plugged/unplugged it now a couple of times to watch differences in /dev.
    in /proc/bus/usb/devices it shows up too:
    T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 6 Spd=12 MxCh= 0
    D: Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS= 8 #Cfgs= 1
    P: Vendor=07b4 ProdID=020d Rev= 1.00
    S: Manufacturer=OLYMPUS IMAGING CORP.
    S: Product=DIGITAL VOICE RECORDER
    C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
    I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
    E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
    E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
    E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=50ms
    in /dev it shows up as there exist this files:
    /dev/usbdev2.6_ep00
    /dev/usbdev2.6_ep02
    /dev/usbdev2.6_ep81
    /dev/usbdev2.6_ep83
    my minds about it may help too:
    The voice recorder uses Digital Wave format. Whatever that means. I just found it out by googling.
    I think the device doesn't really store files on it's memory. Looks like the Digital Wave Player connects to it, plays the recorded audio (sort of virtual files) with the USB-connection as "output", records it and saves it to disc.
    So, is there something like a Digital Wave Player (like the one on the disc mentioned above) for linux?
    Thanks, Cheers!
    Last edited by clownfish (2007-05-03 11:46:04)

    This is very embarrassing -- I really don't know why I didn't check. Sorry.
    EDIT: If odvr fails with HQ, SP or LP quality files, either try this patch or this utility in place of sandec. I successfully used the latter.
    Last edited by marttt (2013-08-12 17:00:41)

  • Best way to build an web-based voice record player

    Could anyone please guide me on what technology to use to
    build a online voice recorded that would record a users voice using
    a flash player from a website and then the voice is saved on the
    server side. What would be the best way to build something like
    that.
    Thanks,
    Ket

    Use Flash or Flex for the client side, and Flash Media
    Interactive Server on the server side.

  • Voice Recorder + mp3 convertion

    Ok, 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:
    package
    import flash.display.Sprite;
    import flash.media.Microphone;
    import flash.system.Security;
    import org.bytearray.micrecorder.*;
    import org.bytearray.micrecorder.events.RecordingEvent;
    import org.bytearray.micrecorder.encoder.WaveEncoder;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import flash.events.ActivityEvent;
    import fl.transitions.Tween;
    import fl.transitions.easing.Strong;
    import flash.net.*;
    import flash.net.URLVariables;
    import flash.events.MouseEvent;
    import flash.net.FileReference;
    import flash.net.FileFilter;
    import flash.utils.ByteArray;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import flash.events.IOErrorEvent;
    import flash.display.MovieClip;
    import fl.controls.ProgressBarMode;
    import flash.events.ProgressEvent;
    public class Main extends Sprite
    private var mic:Microphone;
    private var waveEncoder:WaveEncoder = new WaveEncoder();
    private var recorder:MicRecorder = new MicRecorder(waveEncoder);
    private var recBar:RecBar = new RecBar();
    private var tween:Tween;
    private var fileReference:FileReference = new FileReference();
    public function Main():void
    recButton.stop();
    activity.stop();
    mic = Microphone.getMicrophone();
    mic.setSilenceLevel(0);
    mic.gain = 100;
    mic.setLoopBack(true);
    mic.setUseEchoSuppression(true);
    Security.showSettings("2");
    addListeners();
    private function addListeners():void
    recButton.addEventListener(MouseEvent.MOUSE_UP, startRecording);
    recorder.addEventListener(RecordingEvent.RECORDING, recording);
    recorder.addEventListener(Event.COMPLETE, recordComplete);
    activity.addEventListener(Event.ENTER_FRAME, updateMeter);
    private function startRecording(e:MouseEvent):void
    if (mic != null)
    recorder.record();
    e.target.gotoAndStop(2);
    recButton.removeEventListener(MouseEvent.MOUSE_UP, startRecording);
    recButton.addEventListener(MouseEvent.MOUSE_UP, stopRecording);
    addChild(recBar);
    tween = new Tween(recBar,"y",Strong.easeOut, -  recBar.height,0,1,true);
    private function stopRecording(e:MouseEvent):void
    recorder.stop();
    mic.setLoopBack(false);
    e.target.gotoAndStop(1);
    recButton.removeEventListener(MouseEvent.MOUSE_UP, stopRecording);
    recButton.addEventListener(MouseEvent.MOUSE_UP, startRecording);
    tween = new Tween(recBar,"y",Strong.easeOut,0, -  recBar.height,1,true);
    private function updateMeter(e:Event):void
    activity.gotoAndPlay(100 - mic.activityLevel);
    private function recording(e:RecordingEvent):void
    var currentTime:int = Math.floor(e.time / 1000);
    recBar.counter.text = String(currentTime);
    if (String(currentTime).length == 1)
    recBar.counter.text = "00:0" + currentTime;
    else if (String(currentTime).length == 2)
    recBar.counter.text = "00:" + currentTime;
    private function recordComplete(e:Event):void
    var req:URLRequest = new URLRequest("http://localhost/tests/grava.php");
    req.method = URLRequestMethod.POST;
    req.data = recorder.output;
    req.contentType = 'application/octet-stream';
    var loader:URLLoader = new URLLoader();
    loader.dataFormat = URLLoaderDataFormat.BINARY;
    loader.load(req);
    recorder.output is a bytearray, that i send to php and it writes down the wav file. Any ideas?

    Check out http://audior.ec <- flash tool that records direct to mp3.

  • Is there a voice recording app for ipad that shares directly via iMessage (not just email) - like voice memos does on iphone?

    Does any-one perhaps know whether there's a voice recording app for ipad that shares directly via iMessage (not just email) - like voice memo does on iphone?

    You can't do anything in the background of iOS. Apps are still one at a time (with a few exceptions like Music), and suspend when the app is closed. It's also against the App Store guidelines to sell apps that would allow such actions.
    Though, maybe you could get your Voice Memos saved to MP3's, which can play in the background of other apps.

  • Wanted: Sample source code for voice recorder

    I've been google searching for some sample source code to implement a voice recorder on my AudioVox 5600. I would like to learn how to read from the microphone and write to my SD card in a standard file format like wav, wma or mp3.
    Can anyone help me understand how to do this?
    Thanks,
    Siegfried

    Basic would be ;
    RESULT_FIELDS -xxx = <SOURCE_FIELDS> -xxx
    you have the source fields as source, and result fields for as the target. In between you can check some conditions as in other routines of transformation.
    BEGIN OF tys_SC_1, shows your source fields ( in your case DSO chars and key figures)
    BEGIN OF tys_TG_1, , shows your result fields ( in your case Cube characteristics)
    Hope this helps
    Derya

  • Voice recording for jabber client

    hi,
    is there any voice recording solution for the jabber client via expressway E?
    seems there is no solution around, is it not supported?
    is it possible to use TCS to record the calls made by external jabber client?
    thanks.

    1. Use span (no span-less\Bridge_option) ports (via "expressway c e"  from outside)
    2. Use span-less\Bridge_option  and VPN access to connect from outside (without expressway).

  • In my iPad mini some apps are not seen (voice recorder, calculator, compass etc)

    in my iPad mini some apps are not seen (voice recorder, calculator, compass etc)er

    Those apps aren't included in iOS on iPads
    iPad Mini built-in apps : http://www.apple.com/ipad-mini/built-in-apps/
    iPad manual (which has a chapter on each of the built-in apps) : http://support.apple.com/manuals/ipad/

  • How can I use my iPod Classic (6th Gen) as a voiice recorder?, How can I use my iPod Classic (6th Gen) as a voice recorder?

    I just bought an iPod Classic, and in the shop, the demo model had a "Voice Recorder" option on the menu, and I read somewhere that my ipod could be used as a voice recorder, and I was just wondering how to do this? Do I need a microphone??

    Yes, you'll need to purchase a microphone for it.  Just do a simple Google search for iPod Classic microphone, and should get a number of good hits.  Here is one such product that would work.
    http://store.apple.com/us/product/H3295VC/A?n=ipod6_3&fnode=MTY1NDA3NA&mco=MTk5O Dk3NDU&s=topSellers#compatibility
    B-rock

  • How can I use my ipod touch 2G as a voice recorder?

    I'd like to use my old ipod touch as a voice recorder. It's an ipod touch 2G (8 gig) using iOS 2.2.1. I tried updating the iOS but an unknown error (-1) occurred. I'm using iTunes 11.3 on a MacBook Pro 10.7.5. Any ideas?

    Error (-1)
    Try on another computer
    Also see:
    iOS: If you can't back up or restore from a backup in iTunes
    Then see:
    -1 error
    -1 error too
    If still problem  that means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    If you get it to work I then the 2G iPod has a built-in Voice Memos app but you will need to purchase an microphone since the 1G-3G iPods did not have built-in mics. The mic plugs into the headphone jack.

  • How can I use my iPod Touch as a voice recorder?

    How can I use my iPod Touch as a voice recorder for long recordings, like 45 minutes? Is ther an app for that?
    I believe I have a Gen 4, but there are no identifying marks on or in it.
    Thanks

    Use the built-in Voice Memos App. That si covered i the Manual
    manuals.info.apple.com/MANUALS/1000/MA1657/en_US/ipod_touch_ios6.1_user_guide.pd f

Maybe you are looking for

  • I am unable to charge my MBPro....charging light not on, despite being plugged in

    I am unable to charge my MBPro. It is plugged in, but the L-type connector is not lighting up and seems loose......the computer is approx 1 1/2 yrs old...

  • Code error for hyperlink

    I am in flash 9 and creating a basic hyperlink on one of my text layers. I converted the text to a button and then went to the actions panel and entered the following code: on(release) getURL(" http://www.google.com", "_blank"); I keep getting an err

  • Adding watermark to flash SWF movie

    Please can someone advise how I may add a watermark to my Flash movie. I have created a watermark that will cover the whole video view but it will not be so dark that it can not be viewed, i have it in black and white and set the background of the im

  • Moved my projects, doomed everything that is sacred, want to nuke and reset

    So being "good with computers" I often skip the obvious and try and hack the crap out of things. So, I moved my projects to an external drive using finder because they did not seem to be part of a database of any kind. Well, long story short I bashed

  • My macbook has gone crazy.  Please help!!

    I was burning a cd and after it was done the cd wouldn't eject and gave me a beach ball. Then I couldn't force quit itunes. Next my track pad stopped working so I plugged in my mouse and it worked. I then unplugged the mouse and the track pad would m