Please tell me how I increase the volume of MP3 songs? I used MP3 gain it did not help. How do I increase the volume of the Ringtones in my phone. The dafult maximum volume set is not enough. Thank you.
Use louder volume hack (LVH) on setting 6
Use poweramp on the "phone speaker" equalizer
Helped me a lot
Hit THANKS if this was helpful
Sent from my Blade using xda premium
Any one have a fix for the low audio when playing movies with mx player? You can hardly here anything with the stock speaker when watching a movie. However youtube and all the other apps have alot louder audio.
pollardhimself said:
Any one have a fix for the low audio when playing movies with mx player? You can hardly here anything with the stock speaker when watching a movie. However youtube and all the other apps have alot louder audio.
Click to expand...
Click to collapse
Swipe up on the right hand side of the screen whilst playing. MX, like many videoplayers, has internal volume control.
Look into Dice player - it has built-in settings to amplify the sound... Besides that, it's the best video player I've used...
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
pollardhimself said:
Any one have a fix for the low audio when playing movies with mx player? You can hardly here anything with the stock speaker when watching a movie. However youtube and all the other apps have alot louder audio.
Click to expand...
Click to collapse
I found that Volume + is the best app for boosting volume for any players including internet video streaming and Youtube etc.. It's a master volume boost for all your audio, master volume, headset volume and blue tooth volume. The boost is extremly high so set to about +14 (+20 is max) should be suitable for anything you throw at it. After you installed, make sure you go into preference of Volume+ and set the gain, then go into settings ->sound.> effect volume and put a check for volume+, reboot and voala!
buhohitr said:
I found that Volume + is the best app for boosting volume for any players including internet video streaming and Youtube etc.. It's a master volume boost for all your audio, master volume, headset volume and blue tooth volume. The boost is extremly high so set to about +14 (+20 is max) should be suitable for anything you throw at it. After you installed, make sure you go into preference of Volume+ and set the gain, then go into settings ->sound.> effect volume and put a check for volume+, reboot and voala!
Click to expand...
Click to collapse
Yes, Volume+ works fine, but it's just another app that will always be running, sucking up CPU cycles and memory.... I've found that my volume is fine for just about everything except for certain videos, which is where Dice really shines...
More of a personal preference (I used to use Volume+), but if you start adding all of these little "add-ons" (volume+ to increase sound, Lux to do auto-brightness, live wallpaper to display a static wallpaper, etc), you end up consuming quite a bit of memory and/or CPU cycles for things that you don't really need extra apps for...
When I was trying to tune the stock kernel, I tried to (and did) find ways around using all of these "add-ons" (due to the poor performance of stock) and I think that my system is better tuned because of it...
Just my opinion, of course!
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
Hello,
I just purchased Samsung Galaxy Core DUOS mobile. Everything is great but the audio output is too limited (or controlled).
I love to play with high bass and treble but it controls audio output whenever I increase bass and/or treble.
It looks like there is built-in volume control that controls it. If I decrease both bass and treble than it increased audio but when I increase bass or treble than it decrease audio output. I think this is to protect ears for high volume but I like it. I am always hearing high music on other china mobiles and they are working great.
I tried to increase music by Speaker Boost plugin and also tried Equilizer plugin but nothing changed.
What I want is to disable the automatic controller which is decreasing output audio when I set high bass/treble. Is there any settings?
I am playing my MP3 in default player provided in mobile.
You can wait for the custom roms which will have beats audio which will be a please to the ears.
*PRESS THANKS IF I HAVE HELPED*
Why So Serious?!
Hi all, first post here so please be gentle. I have a bluetooth speaker (Braven Ready Elite) that I use in a loud environment to listen to music and sometimes movies. I use the MX player app to watch the movies and am able to get the volume much louder when I use the boost volume option in the MX player app. In order for volume boost to work, I had to change the decoder from HW decoder to either HW+ decoder or SW Decoder in the app settings. It works excellent. I am very happy with the boost in volume for my speaker. For music, I use Spotify. I would like to have some sort of booster to make the music louder on my speaker. The best I can do is disable the EQ in the Spotify app and the speaker will go louder, but not nearly as loud as the movies in the MX player app when I enable the volume booster in the app. I have tried many volume booster apps but I think those are more for the speaker on the phone to go louder. I don't need that. I would like something comparable to the volume booster that is in the MX player that makes my bluetooth speaker go much louder. My phone is a Google Pixel. It is not rooted and would like to avoid doing so. Sorry for the long post but I think I've explained what need help with. Any help would be appreciated.
Cory
Hi, I am new to this forum. I am playing a sound in my Android app using ToneGenerator like below:
ToneGenerator toneG = new ToneGenerator(AudioManager.STREAM_ALARM, 100);
toneG.startTone(ToneGenerator.TONE_CDMA_ALERT_CALL_GUARD, 200);
But when the app plays the sound the volume is comparatively low. I understand that I have set the maximum volume in code. Also I have set max in volume in phone too. How can I play the sound in app relatively louder so that it is clearly audible to the user?