Kindle fire- largest audio latency yet

just got my hands on a kindle fire, really nice device for air apps, plays at 60 fps no problem and looks vibrant...feels like playing an upgraded game gear.
BUT! the audio delay when calling play in air is the worst i have seen on any android device...
I know we have had similar discussions with no resolution..sooo i just wanted to say :complain complain complain.

Below is a repost of my answer from this related thread:
http://forums.adobe.com/message/3750664
REPOST:
Let's be clear:
1) There is "acceptable" latency of the order of half a sec or so ( often less ), which according to the post by Holgate, #7 above, is an issue with -- some versions of ( ? ) -- Android ( not Air specifically ).
2) Then, there is unacceptable delay, which appears to be specific to Air on some Android devices ( particularly Nook Color and Kindle Fire ), where a sound will sometimes play in near sync ( with "normal" Android latency ), and sometimes with a delay of SEVERAL SECONDS ( like 5 or 10, in one of my apps! ), which apparently has something to do with garbage collection ( Holgate post #14, above ).
I can confirm that the unacceptable delay has NOT been fixed as of Air 3.6, testing on Nook Color and Kindle Fire, though it is fine ( no delay ) on the Nexus One.
As pointed out in another forum, playing all your sounds in a silent loop, will prevent sounds from being garbage collected, and will eliminate the delay issue whenever you play a sound, like so:
private function initSounds():void
     var silentSndXF:SoundTransform = new SoundTransform( 0 );
     _sound01.play( 0, int.MAX_VALUE, silentSndXF );
     _sound02.play( 0, int.MAX_VALUE, silentSndXF );
     _sound03.play( 0, int.MAX_VALUE, silentSndXF );
     // Note: int.MAX_VALUE is about 2 billion, so even a very short "click" sound of 1/20
     // of a sec would play for 3 years or so -- if the app was never closed !!
private function onButtonClick( evt:MouseEvent ):void
     _sound01.play();
This hack eliminated the severe delay I was getting on Nook Color and Kindle Fire ( several seconds for some sounds, in some situations ), leaving me with the "regular", acceptable Android latency.

Similar Messages

  • Bluetooth speakers not working on kindle fire HD 7...

    I have a kindle fire HD 7" and bluetooth is not working for in-call audio
    When the device is paired with my bluetooth speakers, the sounds of the volume changes and other gui clicks go out over the bluetooth speakers but the actual audio of the skype video call still go via the kindle's builtin speakers.
    NOTES:
    - I made sure to connect to bluetooth speaker before starting skype.
    - Other applications are working with my bluetooth speakers (e.g. playing music, spotify radio, etc)

    I have a reply from Amazon on this issue and have used the contact details they provided to contact Skype BUT with NO response!!!!   Why oh why do Skype ignore its users??????
    Amazon respnse:
    Thank you for contacting Amazon Appstore Support.
    I'm sorry to hear that you have had issues using your Bluetooth speaker with Skype.
    There is an explanation for this, however, I must warn you that it is a bit technical.
    Apps on the Kindle Fire play audio through one channel which does support Bluetooth audio. Device sounds on the Kindle Fire play audio through a different channel which does not support Bluetooth.
    Now the problem is that when the developers of Skype created Skype for Kindle Fire they routed the sound through the device sound channel opposed to the Apps channel.
    This means that that Skype does not support Bluetooth speakers.
    As the app was not developed by Amazon, you may want to contact the developer of the app, Skype Software, for product support and troubleshooting.
    I've provided the contact information below:
    Email Support:
    [e-mail removed for privacy and security]
    Support Site:
    https://support.skype.com
    I do apologise for the inconvenience.
    Thanks for your interest in Amazon Appstore.

  • App audio plays while Kindle Fire screen is locked

    I am hoping someone has found a solution to this issue:
    If I put my Kindle Fire to sleep using the power button, when I wake it back up, the app's audio begins playback while the screen is still locked.
    All the other soft keys on the device control the app and the audio as expected.
    As far as I can tell, it seems that when the Event.ACTIVATE fires, the app runs and Amazon just tosses a screen-lock overlay on top. My app is running at full frame rate (and playing audio) underneath the screen lock, but there are no events I can listen for to tell when the unlock happens.
    I'm probably missing something, but shouldn't there be an event type in the NativeApplication class that we can listen for? Everything I've tried so far doesn't work.
    I haven't submitted this to Amazon yet, but it seems likely to be rejected. Any ideas appreciated!

    Yeah, this is a problem I had to solve about a year ago. Android's guidelines suggest you should pause your game on a DEACTIVATE event and then require user input, like a tap on a pause screen, before resuming your app. So that's what I ended up doing. I built a semi-transparent pause screen that overlays the entire screen and app, and then unpauses on the next tap. And I also had to handle resizing the pause screen when the app auto-orients.
    For audio I'd originally built a sound class that listened to ACTIVATE and DEACTIVATE events and would pause themselves accordingly, but I ended up tying their pause/unpause mechanism to the app's pause resume.
    Oh, and you will probably want to build a lock parameter into your pause method, so that in some situations the only code that can unpause the app is the code that passes the same lock/unlock string. Otherwise, you might find your app resuming when it wasn't suppose to.
    Hope that helps. Oh, and testers with the Samsung App Store sometimes think they are designers and sometimes may reject your app because they say the pause screen should have gone away automatically. Don't listen to them. Try filing a petition explaining your app is following Android guidelines or just resubmit the app and hope for a different tester. And one of the first tests a Samsung tester does is power off and on the screen and see if your app can handle it correctly. So yeah, they are tougher than Amazon.
    But warning. The worst is Google Play. If one app goofs up and inadvertently violates one of their guidelines they may just ban your entire account - nevermind that you may have a 100 other apps published through that account. And they will tell you nothing. Not the name of the app that caused the violation, or even what the violation was - just a "please read our guidelines again." And it could be something as seemingly innocuous as key word stuffing in the apps description - but you won't know what caused it. Sorry, now I'm venting a little. But if you need to publish a large number of apps consider finding a way to spread them out over multiple accounts if you can to protect yourself.

  • Audio, but no video on Kindle Fire?

    Hello,
    We have an application that streams video over the rtmpe protocol (also tried just rtmp) using a flash video object for display (flash.media.Video). The video plays fine on the Nook Tablet and the Blackberry Playbook. However, when run on an Amazon Kindle Fire we get audio, but no video shows. We tried setting video.opaqueBackground = 0xffffff; to make sure the video was even loading, and we do see a white background, but as soon as the video begins to play (we hear audio), the video object goes black and we don't see any video.
    Anyone run into this?

    It's been quite a while since you asked, so I'm checking in.
    What version (of everything) are you using?
    Have a sample I could try?

  • No audio on Skype on my Kindle Fire HD 8.9"

    When participating in a Skype video call, I am not receiving any audio on my KFHD.  My audio works fine in all other programs.  Actually, I can just verily hear the audio... kind of like having your sound come through your headphones without putting your headphones on (or in) your ears.
    I had Amazon Tech Support troubleshoot the problem with me and they were dumbfounded, just am I!  So, they referred me to the Skype website for assistance.
    Any suggestions?  Thanks!!
    Lon Malcolm

    Spiderjockey wrote:
    Same problem with original Kindle Fire. Worked great, then update - now no incoming audio. Actually there may be audio as I get feedback when next to the called device. Guess only dogs can hear my Skype on Kindle now! Very, Very disappointed.
    I called Amazon Customer Service and after an hour of trying to restore an older version of Skype, they told me the only thing left to do was a Kindle Factory Reset, which would make it like it came from the factory. Any data or anything I had downloaded would be GONE, so I would have to back up all pictures,emails, contacts, etc first.  All my Apps would have to be re-downloaded. They could not guarantee that this would even fix the problem. I decided it was too drastic a measure.  Its  abummer because my Kindle has 4G LTE and I have an unlimited Skype U.S and Canada calling subscription.   I use Skype instead of having an expensive cell phone contract or a land line.

  • Why can't I install the flash player on my Kindle Fire???

    I have tried several times to install the flash player on my Kindle Fire but it keeps telling me there is an issue opening the download. How am I able to download it yet am unable to install it. It makes no sense to me why it would be able to download yet not be able to open the installation. Is this a problem that is being fixed? I've tried to "troubleshoot" this issue myself but there is little information on it. If the Kindle Fire is unable to install the Adobe Flash player then there needs to be some changes made either on your companies part or Amazons. There are apps offered on the Kindles that need this flash player in order to operate. If you could back to me with an answer as soon as possible I would greatly aprreciate it. Thank you.

    Hi,
    Although we continue to provide security and patch releases for Android devices which originally shipped with Adobe Flash Player, new feature development for the Android browser has drawn to a close as we shift our focus to Adobe AIR for mobile applications. For more details on the rationale for our decision I refer you to the following article.
    http://blogs.adobe.com/conversations/2011/11/flash-focus.html
    The following article describes how to manually install the Adobe Flash Player manually on your Android device.
    http://forums.adobe.com/thread/1061194
    Another alternative is to install the SkyFire browser, which appears to support Flash Video.
    https://play.google.com/store/apps/details?id=com.skyfire.browser&feat ure=search_result#?t=W251bGwsMSwyLDEsImNvbS5za3lmaXJlLmJyb3dzZXIiXQ
    Regards,
    Greg

  • Connecting to Kindle Fire via hotspot

    Anyone else having trouble connecting their Kindle Fire to your iphone 4 hotspot?  Please help me if you have any idea what I am doing wrong.

        Happy day to you misterf,
    What better networkk to enjoy your Kindle Fire on than the largest, most reliable wireless network, Verizon Wireless. I know that you are super excited to download the latest books and periodicals on your Fire. I am honored to be the one to assist you with connecting to your iPhone 4 mobile hotspot. May I ask have you use the hotspot in the past on other devices? If so then here's a link on how to connect the Kindle Fire.
    http://amzn.to/sNV33h
    If you have not used the mobile hotspot feature on your iPhone 4 before then we may need to provision your account for this service. The cost for this service will greatly depend on your calling plan. for example, if you have the Share everything plan then this amazing feature is built into you calling plan. As you test the steps in the link above, please keep the community updated as your experience may help another in the future. As always, if this doesn't resolve your issue then I am here to continue to assist.
    Thank you...
    ArnettH_VZW
    VZWSupport
    Follow us on Twitter @VZWSupport

  • No video using kindle fire hd

    When l make a video call on my kindle fire had the video won't work. I can see the other person but they can't see me. I get a message that says the other caller will not be able to see me becausethe video is turned off. I turn it on andit looks like it is going to connect but then a red line will appear over the video Icon and the video does not connect.

    ii am having same problem. good voice calls but no video on video calls from my end nor from the other person's end. i cant see them and they cant see me. voices clear tho. any solutions yet? i tried redownloading but no change. kindle camera works fine tho for other uses but not for skype. video enabled in settings but sometimes i still get red line thru camera icon on skype. still no video picture with or without camera redline icon.

  • Kindle Fire

    When can we expect Skype on a Kindle fire. Since it is only a skinned Android, I imagine it must be e fairly straightforward customization of the Android version. It is the fastest selling tablet in the markets where it is available, so hopefully you will address this issue with the appropriate priority.
    Thanks

    The problem is that the Kindle Fire doesn't have a microphone.  It may also not have input audio processing abilities.  Here is one guy who thought he'd just use an external microphone, but it didn't work:
    [invalid URL]
    BUT... the Barnes&Noble Nook Tablet DOES have a microphone.   

  • Kindle fire hd 8.9 and skype quality

    How is the video quality for skype on kindle fire hd 8.9

    Not good for me. Although I have the 7" and have only tested one case. Everyone had great wi-fi connection and the same conversation on Facetime looked well. But the video call between my Kindle Fire HD and an iPad on the other end wasn't good. The conversation crashed every 3 minutes and app broke (sent me to home). And the video quality was poor. Audio was fine but somewhat delayed. Tried re-installing Skype and had the same issues. Any suggestions would be appreciated.

  • Kindle Fire HDX - Skype video calling, video is de...

    When I use Skype on my Kindle Fire HDX 7" I get really good calls when it comes to audio calls. When it comes to video calling though, the sound is excllent as well as the video quality, but the video is 3-4 seconds delayed in contrast to the sound received. This happens only on my end. The other person can see me and listen to me well and in synch. I tried calling amazon throught their video help. The video looked fine and I had no issues with that. So I guess it has something to do with Skype as an application.

    Wait for a fix from Apple or Skype.
    Best.

  • Kindle fire hd, i can hear and see fine but they c...

    Can anybody help? I've just bought kindle fire hd which I had to load Skype on. I can see and hear people I call very well, but they are having a 10 second delay and I'm pixel lated, there's also a lot of roaring background noise. Very frustrating as I bought the kindle so I could Skype, my old computer has been put out to grass...any ideas?

    Lets test something here:
    - new project; 1 audio track
    - save project as file to a location of choice
    - choose your input source (i.e. Lambda)
    - set channel strip input format to mono
    - engage the recording button situated on the track
    - trigger the mic acoustically, observe signal presence
    - hit record on the transport, say the words: It does work!
    - stop the recording and play back.
    Cheers!

  • Why can't I Skype with a kindle fire HD?

    I would love to Skype with my family in another state but I am UN able to I am new to a kindle fire HD please help

    Did all that and more. Reset to factory defaults on the advise of their techs. Stripped all other apps and Skype worked fine for two weeks. As soon as I installed Mapquest, Skype started crashing again. Removed Mapquest, still crashes. The problem is that the longer Skype is installed on a kindle, the more problems show up. I have been dealing with Amazon on this for two months and their only solution is to replace the unit, a move I don't believe will solve the problem. This is an OS and software conflict problem I believe. If anyone has had a Kindle Fire HD work for months without Skype problems, I would love to hear it, because as of yet I have not seen a single report of that being the case.

  • Kindle Fire HD support

    I picked up a Kindle Fire HD today and found that one of my apps is not working on the device
    I have found no documentation that indicates that there are any problems with older apps and the Kindle Fire HD, and Gold Level support has provided no help.
    For reference the app is V20 built through a professional license.
    Thanks
    -Scott

    Neil,
    A rebuild fixed the issue, but I would like to say that the DPS team needs to educate both developers and the Gold level tech support that a rebuild is needed on older apps for Kindle Fire HD support. I tell my clients that I can provide a service based on what Amazon and your company tell me. Now my client is upset, and frankly, so am I, that Adobe was unable or, it seems, unwilling to provide the support to make sure DPS app are compatible with new devices.
    When I first identified the issue, I immediately searched for documentation and when I found none, I called the Gold level support. Not only did the support lie to me in saying that the app was downloading on their devices fine when it clearly was unable to, I was explicitly told there was no need to submit a new build. This is the support that my client and I are paying a premium for every year. I would expect that they would be honest and work in the DPS user's interests, yet they did not.
    -Scott

  • Upgrade to flash on kindle fire

    I've tried to download this and have even picked every option yet it's still saying not installed and I can't watch any videos on YouTube help please

    Your Kindle Fire uses the Android Operating System.
    Adobe stopped ALL development of Flash for Android last year. (July 2012) That includes Kindle as well as Samsung Tablets.
    This is from Samsung Support (07/31/2013):
    "Beginning August 15, 2012 we will use the configuration settings in the Google Play Store to limit continued access to Flash Player updates to only those devices that have Flash Player already installed. Devices that do not have Flash Player already installed are increasingly likely to be incompatible with Flash Player and will no longer be able to install it from the Google Play Store after August 15th, 2012."
    And from Kindle Support (07/31/2013):
    "The Amazon Silk web browser on Kindle Fire 1st Generation supports some, but not all, versions of Flash. Adobe Flash is pre-installed on a 1st Generation Kindle Fire and is disabled by default.
    If you see a message to install Flash while using your Kindle Fire, this means that the content you're attempting to view uses Flash. If you want to view the content, you'll need to enable Flash through the Silk settings menu.
    If a web page suffers from slow performance due to Flash, or you're unable to view a web page with Flash enabled, we recommend switching to mobile view when browsing a Flash-heavy website to see if that solves your problem:
    Some popular websites may also have an app available. Check Amazon Appstore, accessible through the Apps library on your Kindle Fire, for availability.
    The Amazon Silk web browser on Kindle Fire 2nd Generation, Kindle Fire HD 7", and Kindle Fire HD 8.9" doesn't support Flash.
    Some sites use alternative web technologies to Flash in their mobile versions. We recommend switching to mobile view when browsing a website with Flash content to see if that solves your problem:
    Some popular websites may also have an app available. Check Amazon Appstore, accessible through the Apps or Games library on your Kindle Fire, for availability."
    http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    There are older versions of Flash Player (for Android) at that link, but there are no guarantees any of them will work.
    See also: http://forums.adobe.com/thread/1061194
    I've read a lot about "Dolphin" for Android https://play.google.com/store/apps/details?id=mobi.mgeek.TunnyBrowser
    I'm not an Android user (no tablet or phone) so I can't make any endorsements that would hold any credibility, but most of the Flash solutions I've read point to Dolphin as the best alternative.
    Check the Android forums: http://androidforums.com/ to see what their "gurus" recommend.

Maybe you are looking for

  • When loading CC installer I get error 205?

    When attempting to run CC set up, I get error message 205.

  • Need a plug-in for CS5 Bridge (on Windows 7)

    Hi. I have just replaced a dead hard drive and reinstalled CS5 from discs which went well until I tried to find the Bridge plug-in which reads camera/lens data and allows distortion corrections. Where can I find the right plug-in and how do I go abou

  • Why is my macbook sooo unbelievably slow. For everything?

    Hello if anyone can help me on this i'd really appreciate it. I can't believe how slow my macbook is. For browsing. For opening files. I type and there is always a delay. There must be something running in the background that i can't identify and clo

  • Color issue with CS5

    Hi, I recently bought the latest version of photoshop CS5, but when I open my pictures in CS5, the colors doesn't look as good as when I was using CS2. They look more flat, with less contrast and it's driving me crazy because if I add more contrast a

  • IOS version for MPLS command

    What is the minimum software version for Cisco 2620XM to execute mpls? I am running Version 12.2(24)but enable to run mpls command. 1)Router(config)#tag-switching advertise-tags 2)Router(config)# interface e0/1 Router(config-if)# tag-switching ip Pls