Android :: Manage Audio Level Through Application - Combining Two Sources

Sep 23, 2009

Is there a way to manage the audio levels through an app? Or is it more dependent on the phone's built in capabilities? Right now at work I listen to a skype audio call from my house (for security) at a very low volume and then at a higher level I listen to music or podcasts, both sources going at the same time. When my dog goes nuts, the door is knocked on, or (in theory) if someone busted down my door, I notice the change in volume and sound, turn off my local media, and focus on what I'm hearing until the drama passes.

I ask because I would like to continue this setup when not at work, like say while running, where I again have earphones in and am normally listening to audio content. I would like to be able to have two pieces of audio: music combined with a skype stream or normal phone call, going at the same time like at work. So is there a way to have two sources going at the same time, with the volume of each independently adjustable? Is this an app thing or a phone thing? Phone will be Sprint Hero.

Android :: Manage Audio Level through Application - Combining Two Sources


HTC EVO 4G :: Switch Audio Sources On Phone?

Jun 5, 2010

I have a bluetooth speaker in my car and love to use it. When I had my palm pre it had a button where you could easily switch between speakerphone, bluetooth, or handset. When I use my EVO, i don't see any such options. Is there?

View 4 Replies View Related

Android :: Combining 1.5 And 1.6 - Application Code

Apr 9, 2010

I'm wondering if it's possible to have an app that has a portion of its code implemented using Android 1.5 (API Level 3) and part using 1.6. (For example maybe implementing one of the app's activities in 1.6 while the overall app is in 1.5)?

View 3 Replies View Related

Android :: Low Level Audio API

Aug 9, 2010

I'm looking for some way in Android to play in-memory audio in a manner analogous to the waveOutOpen family of methods in Windows programming. The waveOut... methods essentially let an application create arrays of sample values (like in-memory WAV files without the headers) and dump them into a queue for sequential playback. Windows transitions seamlessly from one array to the next, so as long as the application keeps dumping arrays into the queue ahead of playback, the program can create and play continuous audio of any arbitrary length. The Windows API also incorporates a callback mechanism that the application can use to indicate progress and load additional buffers.

As far as I can tell, the Android audio API lets an application play a file from local storage or a URL, or from a memory stream. Is there any way to get Android to "queue up" MediaPlayer.start() calls so that one player transitions (without glitches) into the next upon play completion? It appears that Jet does something like this, but only with its own internal synthesis engine. Is there any other way of accessing Android audio in a waveOutOpen way?

View 1 Replies View Related

Android :: How To Manage Audio Volumes Sanely In My App?

Mar 10, 2009

I have an app that plays intermittent sounds while its activity is open, and the user is always expecting it to make these noises, but unfortunately it is constrained by the music stream volume. The options I have discovered are thus:

Adjust the music stream's volume, possibly deafening the user if they happen to be playing music at the time.
Call MediaPlayer.setVolume() which is ineffective if the music stream's volume is 0. Handle volume button presses myself which presents two issues: volume button presses adjust the ringer volume unless my audio is playing, and I have been as of yet unable to catch the onKey event for a volume button press using my OnKeyListener. If there were some way to force the adjustment to apply to the music stream while my activity has focus, or to just catch the button presses myself this would work. Play a silent looping piece of audio in the background to keep the music stream in context for volume adjustments.

I think the 3rd option is probably best since it cedes control of the volume to the user, but if there were some way to just override the system volume in a single mediaplayer instance that would work too.

View 3 Replies View Related

Android : App To Manage Audio Levels On Your Phone

Oct 7, 2010

Can someone tell me the best app they have found to manage audio levels on your phone? I have been looking around but haven't found one I like.

View 3 Replies View Related

Android :: Anyway To Bypass 'Unknown Sources' Setting Without Having Application

Jul 27, 2010

Is there anyway to bypass 'Unknown sources' setting without having the application actually downloadable in the market? Signing up for the market is fine but I do not want the application actually available via the market due to partner restrictions. However, installation should be smooth without requiring the user to allow installation of application from non-market applications.

View 1 Replies View Related

Android : Need Good Sources For Icons - Artwork Used In Application?

Mar 6, 2010

Has anyone got a good source for icons that can be used in an application?

I'm thinking of things like pushpins, scope sights, house, car, shop, and other small graphics you might overlay on a map or picture.

Most people just rip them off from the web, but I'm looking for an honest source.

A while ago, I found a website marketplace where you could commission stuff from graphic artists. Does anyone have any links for these? The sort of thing I mean is like this: http://www.graphicster.com/Default.aspx (But those guys haven't got critical mass yet). Or these guys http://www.crowdspring.com/how-it-works/ (but they seem a bit high end).

View 5 Replies View Related

Android :: Audio Capture With Signal Level Indicator

Nov 6, 2009

I want to capture audio and along with the audio I also want to show the live signal strength of the audio on the screen.

Is there ant api that give me information regarding the the loudness level (or at least some information indicating whether the user is silent or speaking something) of the audio or should I implement my own signal processing using the captured buffers and determine the level.

View 2 Replies View Related

Android :: Routing Audio To Bluetooth Headset API Level

Jun 27, 2010

if it was possible to route audio files from the phone to a bluetooth headset on versions of Android API Level 7 and under (so versions older than the new Froyo) If so, do you know of any sample code I could look at to figure out how to do this? Or perhaps just point me in the right direction?

View 2 Replies View Related

General :: Finding App To Manage Audio Podcast

Apr 1, 2012

I'm addicted to audio podcast .

I'm using google listen to manage them..queue,download,etc..

Is there any other app that can do better?

View 2 Replies View Related

HTC Incredible :: Audio Level On The Speaker?

May 1, 2010

What do you think of the audio level on the speaker of the incrediable?

I feel it is low and weak compared to the Motorola Droid.....

View 5 Replies View Related

Android :: Low Level Audio - Latency In SoundPool - AudioTrack For Real Time

Oct 26, 2009

I first have to say that I'm biased, 'cus I like to write music apps (like music generation apps). However, this affects games as well. It's somewhat disappointing how OpenGL has made it into the NDK now but there isn't any NDK methods to get to sound to have faster access. Over the weekend I did some more testing and if you make a "drum" app, for example, and play the sound using either SoundPool or AudioTrack, you will get about a 100ms delay buffer, which is clearly audible (gap).

I made a test app where when you touch the screen, upon the DOWN event, it would play a short sound (like a drum sound). It clearly was not real time responsive or even close - you could hear the delay. I'd be interested to know if anyone who has made a game has any trouble with sounds? It seems like they aren't going to really trigger real time enough if you use SoundPool, for example. Am I completely wrong? Seems like your game is going to perform an action, play a sound, but the sound will have latency which I would think would throw off the game a bit..................

View 12 Replies View Related

Samsung Captivate :: Adjust Audio Level?

Jul 27, 2010

Is there anyway to adjust the audio level out of the Captivate? When I hooked it up to my car stereo to play Pandora, I had to max out the volume on the car stereo just to be able to hear it. I don't listen to music at outrageous levels. If I listen to a CD or the radio, the volume level is between 10 and 25. With the Captivate it is 40 and still not as loud as the radio.

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Bluetooth Audio Level Very Low

Sep 11, 2010

I really struggle when using my phone with my bluetooth headset as the audio level is so much lower than all my previous Sony Ericsson phones. I have made sure all the volume levels are at max on the X10 itself, and on the headset itself, but still the audio level is very low. The transmitted audio is fine, and the person I am speaking to never has a problem hearing me, but I really struggle to hear them. Is this a known problem that Sony Ericsson are aware of? Are there any fixes I can apply? I have downloaded a number of different volume apps from the market place, but not found any that seem to be able to increase the volume.

View 1 Replies View Related

KitKat 4.4 :: Play Music Audio Level Lockscreen Background?

May 11, 2014

I have a friend at work who has a cheapie smartphone running vanilla Android and whenever he has his phone playing on the dock his lockscreen displays the audio levels behind the password prompt.

Audiophiles, I don't know the correct term for it, but it's all those little lines that go up for each frequency range. The treble side is on the left, bass is on the right.The background is black, the levels thing is a light blue-ish color.

I know he uses Play Music and he has a Pattern Lock, but so far I haven't been able to replicate it on my phone.My phone is a Galaxy S4 with 4.4.2 and the latest Play Music, swipe unlock, and a static picture as the background.I see no options for the levels thing in Play Music nor in my lockscreen settings.Is this something only in vanilla Android that Samsung tossed out?I think it looks really cool; better than the square album artwork awkwardly cropped to fit a rectangular screen.

If this is something vanilla only, are there any good free equivalents in the Play Store you'd recommend?How about compatibility with Rocket Player?

View 1 Replies View Related

Android :: Combining Map View And List View In Application

Aug 4, 2010

I am working on an application where I need to display some locations on a map and in a list view where the user should be able to toggle between these views(activities?). I want the toggle button(s) to be in my custom titlebar like in the images (if they are attached). What is the best practice for this? Tab view seems like a solution but can I customize the tab buttons? Should the map and list be in different activities or the same? Now I have two different activities one extending MapActivity and one extending ListActivity but no way to toggle between them. Is it possible to load activities into a FrameLayout?
list.jpg
49K
Download

map.jpg
67K
Download

View 2 Replies View Related

General :: API Level Differences - App Works In Level 10 But Not In Level 7?

Jul 2, 2012

I'm having trouble developing an app, while it works in API level 10, it does not in API level 7. I wondery why and I've been looking for a site that summarizes the differences, or the new features from one API level to another and cannot find it.

09-04 04:24:21.485: E/AndroidRuntime(6834): Uncaught handler: thread main exiting due to uncaught exception
09-04 04:24:21.510: E/AndroidRuntime(6834): java.lang.VerifyError: [code]....

There seems to be a problem with an uncaught exception and reflection, although....why does it work on API level 10?

View 1 Replies View Related

Android :: Manage 2 Versions Of The Same Application?

Sep 3, 2009

I want to use the same eclipse project to maintain only one source code (or two projects that refer to a generic project). My problem is that the names of the package have to be different on the market (eg: my.android.app.lite and my.android.app.pro). If the package names are differents, the generated java ressource files are differents (eg: my.android.app.lite.R.java and my.android.app.pro.R.java). So, the source files must point to differents R files according to the version (pro or lite) and I have to change all the import...

View 6 Replies View Related

Android :: How To Play Audio Files At Phone Volume Level / Not Speaker Volume

Nov 22, 2010

I'm writing an Android application that plays back voice mails using Media Player, which are just WAV files that have been sent to the device. When I play the file, it's played on the device's speaker, or else it plays through headphones if they're plugged in. What I want to do is play the file so that it sounds to the user as if it's at the same volume level as a normal phone call. Is there a way to route playback so that the file is played through the phone's ear piece instead of out of the speaker?

View 2 Replies View Related

Android :: Application To Manage Special Events?

Nov 16, 2010

I'm a college student, and there's daily specials at bars, salsa dance nights, special meetings, lectures, etc. And all these things happen around me. I don't want to just put them into my calendar and have them flooding it, but I would like some app to hold such things. Anyone know what I can use that isn't my default so I can retain my personal schedule and, if I want to do extra, can see this app's contents?

View 3 Replies View Related

Android :: Application To Manage Call Usage?

Aug 12, 2010

Is there an app (or even a setting on the Desire itself) that can keep a track of the outgoing calls duration and total on my phone? I've recently dropped from 600 to 300 minutes and want to make sure I don't go over my allocation in the same way the "3G" app tracks my Internet usage!

View 4 Replies View Related

Android :: Application Widget - How To Manage Updates?

Nov 8, 2009

In the process of creating an AppWidget which displays data from a remote host, I am looking for documentation about how to manage updates. Are there articles somewhere about how and when querrying remote data is the most appropriate? I am wondering if we have to explicitly code the remote queries in a separate thread, or even do it in a separate service, to avoid freezes of the home screen (this happens a lot on my htc magic).

View 3 Replies View Related

Android :: Need A Application For Battery Level

Sep 25, 2010

Can anyone suggest me a nice app to see the battery level?

View 10 Replies View Related

Android :: CC++ Support For Application Level

Apr 15, 2009

I want to ask to google engineers that whether future sdk releases will provide any CC++ support for application developement? If no.. then Can you tell me the disadvantage of these languages?

As per my knowledge and experience, runtime environment is not needed to execute CC++ application. So why cant we directly run any application which is written in CC++? Is there any way to bypass DVM to execute a code?? Core android librarys are CC++ only...

View 3 Replies View Related

Android :: Application Level Object ?

Oct 11, 2009

I want a application level object in Android.Here is the scenario... Suppose I want to pass a object from Activity A to Activity B then to Activity C D......... Then I will have to pass that object from Activity A to B then to C then to D....... Passing the Parcel Through the Bundle. Is there a Object in Android which can be accessed by all the Activities and its lifetime is same as the lifetime of the application.

View 2 Replies View Related

General :: Manage Android Data Without Application On Phone

Dec 11, 2012

Can I manage data(contacts list, address book and etc.) from Android phones by only USB connection to pc without any application in phone.

Or is possible to connect phones database from pc.

View 1 Replies View Related

Android : ContentProvider - Other Applications Exactly Manage To Access The Application Data

Jul 25, 2009

I have some questions about how the ContentProvider works behind the scenes.

1. The ContentProvider class is registered in the kernel when the application is installed and then what? Or how do the other applications exactly manage to access the application data?

2. When is actually onCreate called? The documentation is pretty vague...

3. What happens if two applications register the same provider class? (I have more applications that must communicate between eachother. The content provider must be registered, of course, along with the first application installed on the system. The problem here is that I don't know which one will be, so I want to deliver the ContentProvider with all the applications)

View 2 Replies View Related

Android :: Way For An Ordinary Application To Replace Low Level Classes?

Sep 2, 2010

Is there any way for an ordinary application to replace low level classes that are preloaded on startup, so that higher level preloaded classes will end up calling my custom versions rather than the originals?

I'm thinking the answer is no, but want to make sure I haven't overlooked something.

View 3 Replies View Related

Android :: What Is Best Approach To Manage Small SQLite Database Private To Application?

Feb 27, 2010

What is the best approach to managing a small SQLite database private to the application? Open (getWritableDatabase)in OnStart and close in OnStop in each Activity?Open in OnCreate and keep open til the user quits the app (where would you put close?) Open, do work and close as soon as possible each time it is needed?

View 5 Replies View Related







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