1

I use BassBoost effect on my audio application. But when I enable it, audio goes down automatically even though the visible volume level is still at the top.

bassBoost.setStrength((short) 1000);
bassBoost.setEnabled(true);

What can be the problem and how can I fix it?

frankish
  • 6,738
  • 9
  • 49
  • 100
  • It's quite likely that the `BassBoost` effect attenuates the input signal to leave some headroom for the effect, in order to avoid clipping. – Michael Sep 23 '13 at 09:39

0 Answers0