General :: Audio Lag In Android?

Apr 28, 2012

why there are so many better audio apps on iOS.

What I've learnt is that Android is much harder to write for. Generally we have both UI lag issues but also audio lag issues. Combine this too and we have significant problems for say, a keyboard app.

Now what I want to know is what is the source of this and can it be improved.

I remember this problem with linux years ago. Eventually we than had ALSA, jack and all the rest. There's a lot to fixing latency in linux:

1) Realtime kernel is useful

2) ALSA or Jack... Pulseaudio and AudioFlinger I'm not quite sure why we'd want one but not the other??

3) Then there's the OS itself and keeping the relevent process at a good priority... but not too high to freeze interactivity.

So what's the analog for Android? What do I even search for to find info? Keywords I can think of at the mo are only "Android realtime" or "android lag" and both of these only produce semi useufl results.

Here's some threads but they seem to be UI related which would not be fully related to the example of a beatboxing app, which could have no UI and be audio only and still lag:

General :: Audio lag in android?


Motorola :: Android Player To Recognize Audio Tags On Lossless Audio Files?

May 23, 2010

Does anyone know if there is a way for either meridian or the regular android player to recognize audio tags on lossless audio files?

View 1 Replies View Related

Android :: Analog To IOS Core Audio / Audio File Stream Services?

Sep 22, 2010

Is there an Android equivalent to the iOS Core Audio / Audio File Stream Services? I need to be able to read audio bytes from a network and feed them to the audio system under my control, so I can do my own timeouts / reconnects / range requests / etc. without interrupting the audio playback (since the system audio thread would be playing audio already enqueued). It seems that MediaPlayer doesn't give me this level of control. Is there a lower-level framework that does, either in the SDK or NDK?

View 2 Replies View Related

Android :: Combine Only One Audio File From Two Audio Files

Oct 2, 2010

I want combine two audio files. (A audio file + B audio file = AB audio file)So, my search result is:

1. useing an AudioTrack.

2. decode PCM from audio file.

3. combine PCM.

This is currect? It there another way?

View 1 Replies View Related

Android :: How Can I Apply An Audio Effect To Recorded Audio?

Oct 17, 2010

I want to record a sample from the microphone, then I want to play the recorded file maximizing the volume and apply some audio effect, like modifing sample rate or addind an echo.Waht is the best way? is there an example?

View 1 Replies View Related

Android :: Audio Record And Play Recorded Audio

Jun 2, 2009

Could you please let me know how to do the audio record in android emulator and play the same recorded audio. Could you please help me in proceeding in development.I tried with MediaPlayer API's also.Its not working.

View 5 Replies View Related

Android :: Determining Audio Format Of Audio Files

May 8, 2010

Is there a way to determine the audio format of an audio file in Android? On normal java I do it like this:

File file= new File(...);
AudioInputStream stream = AudioSystem.getAudioInputStream(file);
AudioFormat format= stream.getFormat();

View 2 Replies View Related

Motorola Droid : How To Play Audio From Phone Through RR Audio System?

May 5, 2010

I connected my phone via USB to my RR sport to upload audio files to the RR hard drive. However, I keep getting connection error. Apparently my device is not being recognized as a storage. I did the unmount thinking. Also, I am wondering how I can play audio from my phone through the RR audio system.
RR is 2010.

View 2 Replies View Related

Android :: Play Remote Audio File In Android Audio Player

Nov 12, 2010

I am working on a application that would allow users to play remote files. My question is how do I open those remote files to be played in the default android player?but this does not give me control of what is happening!

View 2 Replies View Related

Samsung Galaxy S :: Audio Codecs /can't Hear Any Audio

Jun 28, 2010

I have a 720p video that I am trying to play on GS. The image is amazing by the way. But I can't hear any audio (works fine on my PC). Anything wrong with the audio codec used?

View 7 Replies View Related

Android :: Decode MP3 Audio Data To PCM Audio Format In Android

Dec 9, 2009

I am streaming an MP3 audio and instead making this MP3 audio to play, I want it to be converted to PCM format and pass this PCM audio to AudioTrack(as it takes PCM data as input.) instead of passing my MP3 stream to MediaPlayer. Can anyone please help me to convert the MP3 to PCM stream?

View 3 Replies View Related

General :: WMP / MTP / Android Audio Format Detection

Mar 5, 2014

According to the MS website, Windows Media Player queries an MTP device to see what formats it supports. My Razr Maxx HD supports ogg and m4a. When attempting to sync WMP does not sync those files stating they might not be supported on the device. Being that I've had so much trouble in the past even getting any of the Android devices to be properly detected as an MTP device I'm worried this is a driver issue.I should be able to get WMP to at least convert them.

this is the device mis-reporting the formats, Windows not querying them properly, or an actual WMP issue? Would like to be able to get sync working without any conversions. Maybe there is a way to hardcode formats within the mtp inf file?

View 1 Replies View Related

General :: Android ROM For HTC Sensation XE With Beat Audio

May 16, 2014

I was wondering what is the best and newer ROM that i can use on my HTC sensation xe with beat audio. I am running it on ANDROID V 4.0.3. HTC SENSE 3.6

View 1 Replies View Related

General :: Listen On Android Audio Played On PC?

Oct 23, 2010

My desire is to be able to listen, on my Android, anything that is output on my PC soundcard (running Linux).

I've been reading about pulseaudio and I'm able to stream specific things, like mp3 files. But I wanted to let Android get everything that is output to pulseaudio. Like YouTube videos, desktop sound effects, music.

View 9 Replies View Related

General :: Bluetooth 3.0 Multicast Audio Android 4.3?

Oct 29, 2013

I've just bought a great Bluetooth Speaker to use with my Nexus 4 and it works great. Because it was fairly cheap I went and got another in the hopes that I could connect both speakers to my N4 and output audio simultaneously to both speakers at the same time. I quickly discovered this isn't currently "working" or even possible.

After a lot of Googling, I found an app on the Play store that supposedly let me connect both at the same time but it doesn't output audio to both speakers (I get "static" from the second one). There are also conflicting opinions about whether this is even possible with the current Bluetooth spec although it does mention multicast support and all I could find are various workarounds that involved using a secondary bluetooth transmitter etc.

Any software/hack (root needed or otherwise) that would allow configuring audio to be streamed/output to two connected bluetooth speakers simultaneously? Others have suggested it for use with bluetooth headsets.

View 7 Replies View Related

General :: Extracting Audio From Android Game Or Recording It Somehow Possible?

Jul 7, 2013

I just finished Final fantasy 4 (android), and I wanted to have the remastered soundtracks from it. But on the internet the remastered version is not available yet, I could only find the old soundtracks.

I tried screencast recorder, z screen recorder etc(to record video+audio then extract audio), but they all record audio from the microphone, so that didn't work out. is there a way to extract the audio from the game somehow, or some on screen audio recorder for android devices?

View 4 Replies View Related

General :: Android Bluetooth - Stream Audio To Another Device?

Jan 10, 2013

getting one Android device to be able to stream its audio to another Android device. Specifically I want to stream music but I'd also like notification sounds and other audio to stream.

I have a second, older phone, that I am repurposing.

View 1 Replies View Related

General :: Turn Android Into Wireless Audio Receiver

Jul 6, 2010

i was wondering were there was any app that could turn my android phone into wireless receiver for audio currently being played on my pc over wifi..so that i can play media on my pc and roam around in the network range with media output coming from android headset in my ears...

there are apps like audioin and airphones for iphone but i couldn't find any for android..

View 9 Replies View Related

General :: Switch To Android From IOS - Batch Audio Converters?

Jun 10, 2012

I'm in the process of planning to switch from a 64GB iPhone 4S to the Samsung Galaxy S3, and one of the things I will miss is the iTunes on-the-fly audio conversion for songs that are 256 kbps to 128 kbps, which allows me to put most of my 100+ GB music collection on the phone at once.

I dont think there are any PC based software that can do the same for Andriod, and even with a potential 96Gb on the phone at once, I don't think my song collection will fit unless I convert them to 128 kbps. So it appears my only solution is to actually convert my song library to 128 kbps (and store seperately) prior to moving them over to my phone.

Any PC based software that can do batch conversions from AAC 256 kbps to 128 kbps while maintainig all the metadata (lyrics, art, genres, etc)? I have over 12,000 songs so it has to be a batch process.

View 1 Replies View Related

General :: Android Music App - Player Does Not Support This Type Of Audio File

Mar 8, 2010

Music101 question: Im new to Android and I have a CLIQ.

I just copyied music files from my Windows-based pc the they all copied with no problem. The issue is when I go to play the music I have to force close the app repeatedly then I get an error message saying "sorry player does not support this type of audio file".

Is there an app available to convert files or did I mess up the path in someway that the songs, all mp3's btw, just aren't being located properly?

View 15 Replies View Related

Android :: Record Audio Uncompressed / Want To Record Audio From Microphone

Jan 17, 2010

I have searched the whole group but wasn't able to find a answer for my problem.I want to record audio from the microphone, apply some audio signal processing and than save the processed audio data in a compressed format.I figured out, how to record audio uncompressed but now I wonder if I can use some api functions to store this data in a supported compressed format.

View 4 Replies View Related

General :: No Audio On HTC HD2 ICS

Jul 4, 2012

i just installed ICS on my HTC HD2 from URL....but i am having no sound at all, No ringtone on incoming calls, no sound on any app, no music..wht to do next to get audio working

View 8 Replies View Related

Android :: Playing Audio From Audio Track In Android

Feb 15, 2010

I want to play music from online mp3 link.I am reading the music data into a stream and trying to play it using audio track.But itz giving only noise.No music i could listen.here buffer is the audio data i am reading into.Same buffer I can play in MediaPlayer,,,But i could not play in audio track.

View 1 Replies View Related

General :: HTC One SV Audio Not Working?

Jun 5, 2013

I have a HTC ONE SV with Beats Audio speakers. I really love to listen to music so I bought a pair of Beats By Dre tour earbuds. They worked perfectly for about 2 months and then suddenly they stopped working with my phone. I plugged them into my iPod touch and they worked perfectly. I plugged a pair of SkullCandy earbuds into my HTC ONE SV and they worked perfectly as well. I tried the cotton swab cleaning method but that didn't work. I also tried the paperclip method to no avail.

View 5 Replies View Related

General :: MX Player Audio Codec?

Nov 28, 2012

MX player popup saying "Unsupported audio codecTS" when started to play movie.

View 1 Replies View Related

General :: How To Get Digital Audio Out Of Nexus 4

Jul 13, 2013

I have the Harmon Kardon SB 16 system and it only accepts digital coax in, optical in and analog in. I want to play music from my Nexus 4, but I can only do analog out through the headphone jack and it's not very loud.

Is there any way to get digital audio out to coax or optical from my phone?

View 1 Replies View Related

General :: Audio Editing Right On Phone?

Sep 18, 2013

Is there any editing software you can use right on the phone? For example, for podcasts or songs I have on the phone, if I want to keep just a piece of one, is there anything I can use right on the phone to trim the file down?

SAMSUNG-SGH-I317

View 1 Replies View Related

General :: How Does HTC Beats Audio Work

Feb 16, 2012

Beats is a great brand in my opinion, and its pretty cool for them to be involved with such a great company as HTC. So how does beats work

View 9 Replies View Related

General :: PowerAMP Audio / EQ Presets

Jun 27, 2013

I was playing with the EQ settings of Poweramp for a while, but i have no clue, what i am doing. Audio/Eq ? Are there Tips/Tricks for EQ settings. For which type of Music should i Boost/lower the different Channels?

View 6 Replies View Related

General :: Define Audio Output Of App

Apr 27, 2013

I use music application (PlayerPro) and a time (LafayChrono). Problem, the clock application serves medias volumes output, not the alarm volumes output. So, I can not set the volume independently of one another.

My question is, if it is possible to "root" the sound output of an app to another type of volume (LafayChrono to alarm volumes output) ?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved