Arun
Arun

Reputation: 69

Boost Volume in iOS

Hi I am using MPMoviePlayerController to play a movie in my app. My client wants to boost the audio of the movie that should be greater than iOS system max volume. How to achieve this?

Upvotes: 2

Views: 293

Answers (2)

Danoli3
Danoli3

Reputation: 3233

If your client wants louder audio in a video, get them to edit the video content and up the volume of the video's audio (in the case that their video sound is very low). For example: http://www.youtube.com/watch?v=OvLgQ61wJS8

For iOS, the device user is in control of the volume, you cannot apply sound volume larger than their defined volume or any volume at all if the device is muted.

Upvotes: 0

Sebastian Łuczak
Sebastian Łuczak

Reputation: 1116

It's impossible to boost volume higher than iOS default settings.

Upvotes: 2

Related Questions