You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set the volume in exoplayer to a value greater than 1.0f to create an "amplification" effect for videos that have been recorded with low audio levels?
Reproduction steps
add a seekbar in the overriden exo_playback_control_view
add the following onseekbarchangelistener in the player activity
It should be possible to implement this kind of postprocessing via a custom AudioProcessor. Marking as an enhancement for now, but it's unlikely we will get round to it soon. Feel free to send a PR.
Issue description
Is it possible to set the volume in exoplayer to a value greater than 1.0f to create an "amplification" effect for videos that have been recorded with low audio levels?
Reproduction steps
Any volume level greater than 1.0f has no audio effect, lower than 1.0 will reduce the volume.
Version of ExoPlayer being used
2.6.0
Device(s) and version(s) of Android being used
Android KitKat 4.4
The text was updated successfully, but these errors were encountered: