Android :: Bug-free Way To Implement Sound Effects In Game?
Oct 9, 2009
I have pretty common question: is there any bug-free way to implement sound effects in a game?Or we only have unpredictable SoundPool with its horrible bugs? Or MediaPlayer that can only play one sound at once and which is not solution for a game at all?In fact, it is disturbing question for numerous developers right now!
View 5 Replies
Jun 15, 2009
Several users reported that after starting our application on HTC Magic it only shows a blue screen with music and sound effects. It work well on G1 with 1.5 though. The application is using SurvaceView/ OpenGL ES with { EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_NONE } EGLConfig attributes.
View 3 Replies
View Related
Dec 28, 2009
I am creating an android app that basically records an applies an "Effect" on the audio track then plays it back. I got my app to record an play back but I am stuck an not sure where do go from here. I have been Googling for days now trying to find a open source audio library or some way to change the audio after I record it. I currently have it setup to play back using SoundPool an I't lets me speed up an slow down the audio. I would like to do things like change pitch an add echo etc. I will appreciate any responses because I am totally stumped right now.
View 1 Replies
View Related
Feb 7, 2014
I was wondering where the volume sound effects are. What I mean is when you go into settings --> sound-->volume ,and then change the volume, there is a sound that plays for each one. When I change the media volume there is a song that plays that I like. So where is the file stored. I am rooted and have a samsung phone.
View 4 Replies
View Related
Aug 24, 2010
I don't know if this setting was here before 2.2 or not but I just found it. The opition for the phone to make sound when locking or unlocking it. I now hear a simple clicking sound. Does anyone now how the change these 2 sounds, I have a few mechanical sounds that would compliment the Droid theme. The transformers sound effect would be the shit when unlocking...
View 49 Replies
View Related
Sep 5, 2013
I'm having a spot of trouble trying out the ViPER4Android DSP plugin on my phone. While I have the corresponding apps and drivers installed, I'm unable to enable the DSP effect owing to fact that there is no "Music Effects" option in the Sound settings menu.
Is there some way to restore this option to the menu? I'm using an AOSP-based stock 4.0.4 ROM on my Huawei Ascend G600. Perhaps it can be done through the terminal/shell scripts or an init.d script?
View 2 Replies
View Related
Jul 2, 2010
In my Android app, I have some data that needs to be synced daily but also needs to be updated every hour when a user is inside the app. I have already implemented a service that gets called from an alarm for the daily update. I'm having a problem with developing a strategy to do the hourly sync. I could use an hourly alarm too and fire the same intent, but since your app can be killed at any time, there would be no way to cancel it (and since they use the same Intent, doing a cancel would cancel ALL alarms including my daily sync, so that's probably not good). The other option is to use a Timer that's set when inside the app, and have that fire my Intent when inside the app. I'm assuming all Timers get canceled when an app is killed right? But my app consists of several activities and I want the timer to work across all activities, how do I do that? I dont want to duplicate code - we're already using a subclass for Activity and ListActivity.
View 2 Replies
View Related
Dec 31, 2009
I already mentioned this briefly in another post as part of another publishing topic.
But I think it is pretty important for a lot of us to know good ways to make free versions that can't be cracked too easily etc. After all most people just download the free stuff, I know I do, so its important for numbers.
I just made a game called ScrollSlider and I want to make a free version with limited evaluation period perhaps, but I could use some advice on how to do it. I'm also having problems with data persistence as views appear and disappear and managing game loop view thread accordingly.
View 5 Replies
View Related
Oct 16, 2010
Angry Birds is free on Android, available now ? Cell Phones & Mobile Device Technology News & Updates | Geek.com didn't see this anywhere else in the fascinate forum. In this article it says that this offer crashed the server and that you can still get it free on getjar.com which is what I did. It works. Most popular mobile game ever made for free. Small ads in the bottom right corner that disappear after about ten seconds.
View 7 Replies
View Related
Jul 21, 2009
I'm finishing to write my game and i'm thinking to participate to the ADC2. Since I also want to start selling the game to the android market asap, I want to know if is it possible to make a free demo version of the game to be used for the contest and a full paid version that is available to users that want to buy it before the contest has finished. Is it a violation of TOS or it can be done at my own risk (because the demo valued by judges is not the complete version?
View 2 Replies
View Related
Aug 22, 2010
I downloaded a few, but the ads are quite annoying, and they have had no paid/upgrade options to them. Any suggestions?
View 3 Replies
View Related
Apr 25, 2010
Checkout this GREAT new game in the catalog rolllylite is the free version.Way too cool to put into words - just try it.I played it for hours yesterday - i can't put it down.
View 2 Replies
View Related
Sep 27, 2010
I've been working on a new kind of math puzzle game only for Android. Try it out and tell me what you think! NumNom (Free!) - Android app on AppBrain. The game is all about making sets of numbers that add up to "the target" (changes depending on the game # -- like freecell). I suck at any kind of graphic design, so sorry there are no "magical sparkly's"! I still think the game is really fun, and most of my friends (who are cool enough to use Android) seem to love it.Let me know what you think! I'd love to hear real feedback from people I don't already know. Oh, and if you have questions about Android development or selling apps on the market, ask away.
View 32 Replies
View Related
Oct 14, 2010
Does anyone know of a Hexic clone? Been looking for a while but haven't found anything. For the curious, it can be played online at.
Hexic - MSN Games - Free Online Games
View 1 Replies
View Related
Apr 11, 2010
I have been developing an Android game in the evenings for the past 6 weeks or so. It has finally got to the point where I am happy putting it on the market.. It would be great to get some downloads and feedback! The game is similar to match-3 style games with a hint of pacman and tetris There are now two game modes in the game, 'classic' and 'drop'. In the first your aim is to stop the timer going down by popping and eating fish. In drop, fish fall from the top and you must keep eating to stop the screen from filling! You can check it out (video etc) at.
View 38 Replies
View Related
Feb 16, 2009
I wanted to know that how to use sound in animation,Actually i wanted to create a online bidding game and i want to use sounds in that animation.
Can u let me know how to do this.
View 2 Replies
View Related
Jan 6, 2010
Why does my MediaPlayer
MediaPlayer mp = MediaPlayer.create(this, R.raw.somemusic); mp.setLooping(true); mp.start();
stop, wenn I change the layout?
setContentView(R.layout.screenoptions);
and also suddenly in my game, the sound stops. What could be the reason?
And which one is better? MediaPlayer or SoundPool?
View 2 Replies
View Related
Jul 13, 2010
CREDIT TO GOODANDEVO.NET. u'll be redirected to the EVO-optimized site where you'll see a limited offer to get Let's Golf at no cost if you download the company's HD games bookmark, which can be uninstalled with no consequence after you get the game. As with all of Gameloft's HD games, Let's Golf usually costs a penny shy of . The game can't be transferred to another device or reinstalled (even if it's backed up), so don't uninstall it or do a hard reset unless you want to contact Gameloft to see if you can get it again.It isn't clear how much longer the free game will be available, so get it now! o download go to the gameloft.com site on your evo using ou default browser.
View 49 Replies
View Related
Sep 13, 2010
Is there a free simple chess game to install on the htc desire please?
View 3 Replies
View Related
Oct 3, 2010
I just released Word Warz yesterday on the android market. Still looking for some valuable feedback! Tell me what your think about my first application.
Game Description:
Word Warz is a competitive spelling game. In the game players take turns adding letters to a board to spell a word. However, you don't want to be the last person to spell the word, because you will be out of the round. The strategy in the game centers around picking the letters at critical points that will force other players to spell a word. Also, a player can bluff by adding a letters that don't spell a word, and risk being called out by the next player. If a player calls a bluff, and the previous player was bluffing they are removed from the round. If the previous player wasn't bluffing the player that called the bluff is removed from the round. The last man standing during each round receives a point. The first player to 7 points wins the game.
Right now the game supports four offline human players, and 3 different computer players. The demo supports 2 players(either 2 human players or a human player versus chubs(the easy computer player)
View 5 Replies
View Related
Aug 16, 2010
Is there any motocross games like ;
Teagames.com - Play Free Flash Games - TG Motocross 2 Info
View 13 Replies
View Related
May 9, 2010
I have midnight bowling installed, and when I play it works, but when I stop (press home button) I get the game sound after a while, so it is still running in the background. There is no exit button in this game, so how do I stop it then? cause it's eating my battery alive :-)
View 3 Replies
View Related
Jun 8, 2010
I installed some games (H.A.W.X and a few other from Gameloft) and all the sound files from the game show up in my Music List.
View 2 Replies
View Related
Jun 12, 2009
When you turn on the phone, after the G1 screen, there's a black screen with the word Android in blue, and a glossy shine running across it. Can you tell me how imitate that effect? Maybe point me in the right direction, like what classes to look at?
View 2 Replies
View Related
May 22, 2010
I have a square grid, for a turn based game ( grid is similar to the chess board ), but the moves in the games are different based on whether you have lapped your opponent pawn at least once or not.i.e if you have not lapped (beaten any of the opponents pawns) in the outer most grid as below.if you have lapped your opponent pawn once at least, then you get to reach home,this way.Any player having all his pawns reaching "home" first wins.The ones in yellow are safe-houses, i.e both the opponent pawn and the player's pawn get to stay in the same grid, this is not considered to be lapping ( the opponent ).The lapped pawn will return to its start point.Now the question is, what is the effective way to store the paths for the all the pawns.we will have 4 pawns for the player and 4 opponent pawns.Is there any pattern to store such static information, in a elegant way?
View 1 Replies
View Related
Nov 12, 2010
I have a puzzle game with a 7x7 grid of graphics, and a timer, its just about ready to go. But I am stuck on how to go about saving/continuing game. For example when someone exits I want them to be able to save and exit, then come back and click continue to pick up where they left off with all of the graphics in the right place, timer and score. I looked at onSaveInstanceState android examples, but not sure if this is what I need or how to implement it in my case.
View 8 Replies
View Related
Dec 11, 2009
One approach I've looked at is to use the preview callback, asking for a JPEG buffer. Unfortunately, the HTC phones I've tried this on all call back at several second intervals and give me an NV12 buffer regardless of the pixel format you specify. (Anyone know the behaviour on a droid?) I can code my way around the NV12 hassle but I can't exactly do much when the callbacks are so seldom; I want around 10 fps.
The approach I was considering was making an opencore codec for mjpeg. Which leads me to two questions before I start:
1) can third-parties make and install opencore codecs, or is this strictly locked down? Is it to just drop an .so in the right folder, or?
2) do the HTC phones use the default encoders? (i.e. will using the same way the default opencore reference codecs get their pixel buffers work on the phone?)
View 2 Replies
View Related
Jul 26, 2010
As shown in this website, I like the sketch effect. Anyone can help?
View 1 Replies
View Related
Dec 3, 2008
If you guys want your phone to be able to use transition effects, just like the ones on the Android SDK.
First go to the Android Market and search for "AppsInstaller". One whole word. Install, then proceed to download the APK files i have uploaded for you, APK Tools. Make sure you UNZIP them!
Copy the files you just downloaded to the root of your microSD Card. Run App installer and Look for Development tools. Install that. Click on allow then finish install. Then run the program Dev Tools.
Click on Development Settings and Change the following.
Windows animation scale to 1x
Transition animation scare to 1x
Light hinting
View 15 Replies
View Related
Apr 24, 2010
Quite a simple question, Is it possible to notice vibrations in the android emulator?
View 1 Replies
View Related