anyone successfully recording audio mic and play back on ios?

Hey all

I'll have a lot of annoying problems with recording audio microphone and play on the iPhone (same app works perfectly on the desktop and android)

has anyone of you who successfully done?

Saar

OK, I have some answers

Divij Kumar, thanks for the manual, but I never had the traffic jam of your swf file since the compilation of my own project with "Deployment - Apple App Store" instead of "Quick publication for the device debugging" did the trick.

Then, the app worked fine.

fast publication was the problem, at least in my case

THANK YOU ALL

BTW, registration starts a little late on my iPhone 3 g - but it's the fault of the iOS - I checked and integrated enforcement "Dictaphone" is also end. I need in my application instant record so I have a record constant buffer and I use the buttons to score points rather than adding and removing SampleEvents listeners as we all have here.

see you soon

Tags: Adobe AIR

Similar Questions

  • How to record audio Microphone and PC?

    I've been looking for everywhere tutorials on how to do it, but don't can find videos of audition 3.

    I want to record my mic and PC audio at the same time (Yes, my PC supports "Stereo Mix").

    Thank you!

    Just hearing records everything that is given by your sound card or audio interface so you don't have to sort the parameters he who send the microphone and the audio PC to the record side of your system.

    How to do this will depend on exactly what your audio device and how you set the ranges.

    Once you have the end of the sound card put in place, the hearing is easy though.  Go to hardware edition/preferences/Audio and, if all is good on your sound card, it must appear as an option in the menu dropdown for entry 'default'.  You can also route the default output however you want to listen to things.

    A couple of points... the 'Device class' box allows you to specify the type of driver you are using.  Unless you have a specialist audio interface, it'll probably be Ms. also, the sampling frequency that you define in hearing must match what you set when you were selecting things on your audio card/interface.

    I don't want to end on a Downer, but many sound cards these days this force you to save on the thing or the other and cannot make a mixture of sources like XP and earlier versions of Windows used to offer.  Maybe that's why you keep finding tutorials for AA3.0... it was the last version designed around XP and previous versions.   I hope you're one of the lucky ones.

  • How to store events and play back them later?

    Hello

    I will store the events sent by the clicks of button and then play back them later. Reason for this is to help test. My plan is to have a selected scenarios that I can record and playback in the trials of the system. As automated functional tests.

    What I've done so far, is that I can store event objects in a table, but do not know how to "playback". I tried the dispatchEvent method and the EventDispatcher class, but without success.

    Another use for this would be to store all the events, a user made, incase if it manages to crash or otherwise put the system in an undesirable state, it would be easier to debug using the list of events and a possibility to put the system in a State even step by step.

    Joint are a few code snippets, just to make the idea more clear

    Any help on how to do this is highly appreciated.

    Thank you.

    Crazy idea: it is perhaps interesting to try to call the expedition on the object that is native to event?
    Something like event.target.dispatchEvent (event)?

  • Audio masking and play/pause NAV custom from quiz slides

    I have a custom in my CP6 project navigation:

    • Previous slide and the following page are intelligent forms on my master slides.
    • Turn on/off and Play/Pause are intelligent forms that switches (via the tip action). These direct on my first series of slide and are without title to last until the end of the project.

    On non-quiz slides where I don't want everything play control, I use a model of slides without the prev & next buttons and have a sur-Entrez action to hide persistent toggle buttons.

    Don't know if it's the most elegant solution - feel free to suggest another.

    But my question is: what is the best way to hide the fins on the blades before the test & quiz? (Can't make a sur-Entrez action.)

    Hi Tara,

    I group all the objects that must be hidden and use the on enter event drag to hide the group. If anything else needs to be done by entering in these slides, you can use an action smiple on first pre-test/Quiz slide. Be sure to show the Group on the first slide where you want to see the toggles that appear.

    Lilybiri

  • So, Go to Previous stage and play Air for iOS

    Hi, I use this script action to create a simple touch App.

    / * Move to go to the next or previous scene - and Play

    Drag the scene moves the playhead to the previous scene in the timeline and keep reading of this scene.

    */

    Multitouch.inputMode = MultitouchInputMode.GESTURE;

    stage.addEventListener (TransformGestureEvent.GESTURE_SWIPE, fl_SwipeToGoToNextPreviousScene_5);

    function fl_SwipeToGoToNextPreviousScene_5(event:TransformGestureEvent):void

    {

    if(Event.OffsetX == 1)

    {

    slipped right

    prevScene();

    }

    ElseIf (event.offsetX == - 1).

    {

    slid left

    nextScene();

    }

    }

    It works fine if I did only two scenes, but I have more than that. For now, it will be reset at the beginning and not pass the stage 2.

    Should I change this code here?

    if(Event.OffsetX == 1)

    {

    slipped right

    prevScene();

    }

    ElseIf (event.offsetX == - 1).

    {

    slid left

    nextScene();

    }

    }

    Any advice would be helpful.

    Thank you

    You must add a stop() in each scene.

  • Record and play back a cluster

    Hello

    I am a student and I have to perform and LV application.
    I did the majority of the program, but I have a problem with the backup data.
    I use a complex cluster (dial other clusters etc.), I can save it as a binary file, but I am not able to open it and read it.
    I got together the post a simple VI to explain the composition of the cluster.

    It's maybe a stupid question, but I am a beginner with LabView, so I still have trouble understanding certain logics of LV

    Thank you for reading and perhaps help

    Ray.R wrote:

    I don't know if the things in the displayed examples would not help, because they may or may not use the clusters.

    But what the heck... If it helps, then all the better:

    We have to wait to see this link Ray

    Here is a small example of the observations of P

  • The use of blackberry.audio.Player to play back audio in app WebWorks

    I'm playing some audio when the user clicks a button in my app WebWorks...

    function playAudio() {}

    var playerInstance = new blackberry.audio.Player("audio/blah.aac");

    playerInstance.play ();

    }

    It does not work. I tried all kinds of combinations and the only time where I can't not run is if I leave the audio clip of my project and put it on the card as follows:

    function playAudio() {}

    var playerInstance = new blackberry.audio.Player("file:///SDCard/blah.aac");

    playerInstance.play ();

    }

    How can I play audio that is integrated with my WebWorks app?

    Thank you

    OK fixed! I would have had a better look at the forum first: o

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/sound-will-not-play/m-p/1098623/...

    It works for me now:

    function playAudio (src) {}

    var fn = "local: audio / / / /" + src;
    try {}
    var playerInstance = new blackberry.audio.Player (fn, "audio/x-aac", true);
    playerInstance.play ();
    } catch (err) {}
    txt = "Error reading audio\n\n" + fn + "\n\n";
    txt += "Error:" + err.message + "\n\n";
    txt += "Click OK to continue.\n\n";
    Alert (txt);
    }

  • My audio will not play back :(

    For some reason any will not play my music on itunes. It shows that the song but I can't hear anything. I already made sure my speakers, and the sounds have not cut and turned all the way up and still nothing. help please?

    XoXoXo

    Nikki<>

    because of Youtube and other sounds work? If they work, but it does not work itunes, you should ask in the itunes forum
     
    If they don't work as well, see http://support.microsoft. com/kb/948481

    We are allowed to have links in our signature? Asking for official answers.

  • Why is it necessary that this app record audio, photos and video WITHOUT my permission?

    Playstore permissions to install Firefox.

    She this is probably due to firefox HTML5 features, it should ask you if he wants to use your camera, before actually using it.

  • Someone knows how to get a Walkman NWV-E475 to accept and play protected WMA with DRM audio files?

    I bought a new Walkman - NWZ-E475 a few days ago. It's my third Walkman. I use the devices to download audio books from local libraries. Older devices work fine, but the new system said that the WMA audio books cannot be played on this. I can drag and drop them on the device by using Internet Explorer, but they will not play.

    He spent about 90 minutes in support of online chat yesterday. People very nice but have not solved the problem.

    It's so boring. The Overdrive library software uses slick works as a whistle with the older Walkman (E345 and S545). What is the problem with the news, and what I can do to make it usable?

    Thanks in advance for your help.

    Hi Donna,.

    Welcome to the community of Sony!

    Trying to transfer rights WMA files digital management DRM Windows Media Player. The Walkman player only supports these files when they are transferred through the Windows Media Player software. In addition, Walkman player must be recognized as MTP device. Follow the steps on the below technical support article:

    http://www.KB.Sony.com/selfservice/documentLink.do?externalId=C1003479

    However, we cannot guarantee the compatibility, but audiobooks checked through a Web site of the public library and transferred to the drive using their media must be compatible and play back fine. If they do not return, contact the source for more information on compatibility.

    Please indicate the only accepted such solution if you find the information useful.

    Thank you for your message.

  • record and play clicks using LabVIEW

    I want to LabVIEW to save the my mouse click and then it reads. Now, the mouse clicks are not in LabVIEW. For example I am google.com and then I click on maps, then on images and then the books. I want to labview to record and play back like a TI open google and click on the maps and images and so on. Is this possible with LabVIEW or is there another software OR who done it.

    Thanks in advance

    ; Lab

    Hey Lab.

    As mentioned above, you can do this by using the functions of the library windows. Attached you will find two screws Record cursor Position.vi will record the position of the mouse cursor. You need to change the Clicks.vi of mouse clicks to simulate in the reading order. I hope this helps.

    See you soon

    NOR-khil

  • Not able to record audio streaming as "what you hear" option is missing from Windows 7.

    Original title: return to xp from w7 I need the internal registration option

    I bought a computer laptop compaq 615 with w7pro installed on it.  I have since discovered that for some reason any microsoft removed internal records "what you hear" function so I now can not record audio streaming and cannot also sound route from one program to another, which, as I'm involved in music, is something I have to do.  for example, I wanted to send audio from ableton live to visualjockey but w7 doesn't let me do that. I wanted to also allows you to record with camstudio but w7 will not realize any record audio.  It seems really stupid and now I can't do a lot of things I used to do on my old laptop with xp

    is there a way to get around this? I'm using the latest drivers.  If I reinstall xp on this laptop is going to find the "what you mean the feature? or y at - there a patch or something that I can use Microsoft?

    Thank you very much


    My understanding is that stereo mix is only available on some sound cards. You can try the steps on this wire to turn on the stereo mix:
    http://social.technet.Microsoft.com/forums/en-us/w7itpromedia/thread/73415150-ec9b-44EA-8119-a2ea4f901ca0

    If you don't see it after showing devices disabled and disconnected, it is possible that an update of the driver of the manufacturing may add this feature in the future.

    Cody C
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • iPhone 6: gap between logic and the back casing?

    Short version of the question:

    Is there a small space between the logic board and the case back? Or the logic board is based directly on the back casing?

    Long version:

    There is a small hollow at the back (about a 10th of a millimeter) - dealing with the location of the logic board. Could that have damaged the system board?

    In my case the iPhone stopped working about 4 months after the appearance of the tooth. I was updating to the most recent (9.3.2) iOS and then wifi stopped working (in gray). Reset, restore and downgrade back to iOS 9.3.1 didn t solve the problem, so I updated to iOS 9.3.2. After this wifi update yet luckily work. Then I unplugged the computer and after a few seconds it turns off its own. When I tried to restart it, it got stuck in the start screen. I restored it again, wifi still doesn't work do not. I turned it off but it is stuck in start again everything trying to restart.

    The Apple-entrepreneur who sold me the Unit 5 months ago, accusing all 4 months 10 old of a dent deep millimeter on the rear housing. They came to this conclusion with the research outside of the phone. Nobody took part to check whether this conclusion is in fact real or not.

    Thanks for your help!

    Drop the phone can damage the material inside the device, which may result in hardware failures.

    But, given that users are not supposed to open the phone, it is rather difficult to say where the exact location of the logic board is or should be.

    Maybe you should consider another Apple authorized service provider and have them check the phone, or visit an Apple Retail Store near your place.

    But, because dropping the phone is not covered by the warranty, you will need to pay for it or their replacement.

    Find an Apple authorized service provider

    Make an appointment at the Apple Store

  • When I have videos on my calendar, they do not play in the screen of the monitor. I hear the audio but can't see the image. To test if my new files are somehow the problem, I went back and used video files that I have used successfully a year ago and th

    When I have videos on my calendar, they do not play in the screen of the monitor. I hear the audio but can't see the image. To test if my new files are somehow the problem, I went back and used video files that I have used successfully a year ago, and they no longer play in the monitor window. I hear the sound track, but don't see any video. Have I changed it some setting that controls video playback in the monitor window?

    Randy Ruttger

    Thanks for the follow-up.

    Missing in this equation are the Premiere Elements version you were using and the operating system on which it is running. But...

    The Act is accomplished. But... Up to now, and after that you went ahead and moved to version 12, we now learn what Premiere Elements version you were using. We don't yet know the operating system involved.

    You said first Elements 10. First 10 Elements is affected by a problem serious display known if the computer uses an NVIDIA GeForce video/graphics card card. In this issue, the only cure is to roll back the version of the driver about may 2013. The description of the problem and how to make the rear roller are described in one of the messages at the top of this forum. What video/graphics card your computer use?

    On another front, Adobe will release a new version of Premiere Elements any day now. Not one, but Adobe knows the function defined for the new version. This type of information is announced at the time of the release of the new version.

    So the solution to the problem you presented in this thread could have been...

    1 roll back the version of the NVIDIA GeForce driver for all may 2013 if possible (Windows 8 or 8.1 64 bit, maybe not possible)

    2. move to a different version of Premiere Elements (which you did)

    I offer the foregoing for consideration so that you can review your decisions. We are pleased to learn that the first items 12/12.1 works for you.

    Please do not hesitate to ask questions and seek clarification, but do not forget that the answers are in the details.

    Best wishes

    RTA

  • How to record and play Audio

    Hello

    I want a code example to learn how to record audio and play audio recorded

    Can anyone help me regarding this?

    Thank you

    Pounet

    Try this code, it works for me.

    To record the audio. Note that this code records audio in the device memory. Just change the url to save the code in the sd card.

    try {}
    Reader = Manager.createPlayer ("capture://audio?encoding=amr");
    Player.Realize ();
                
    RC = (RecordControl) player.getControl ("RecordControl");
    BT = new ByteArrayOutputStream();
    rc.setRecordStream (bt);
    FC = (FileConnection)Connector.open("file:///store/home/user/RecordedFiles/audio1.amr");
    {if (!) FC. Exists())}
    FC. Create();
    }
    OT = fc.openDataOutputStream ();
    rc.setRecordStream (ot);
    rc.startRecord ();
    Player.Start ();

    } catch (Exception e) {}
    e.printStackTrace ();
    }

    To stop and play the audio. Copy the following code,

    try {}
    RC.Commit ();
                
    data = bt.toByteArray ();
    BT. Close();
    Player.Close ();
              
                
    BI = new ByteArrayInputStream (data);
                
                
    Player = Manager.createPlayer (bi, "audio/amr");

    Player.Realize ();

    Player.Start ();

    } catch (Exception e) {}
    e.printStackTrace ();
    }

Maybe you are looking for