开发者

How to implement bass effect in android?

开发者 https://www.devze.com 2023-04-12 16:31 出处:网络
I want to develop a bass effect for media player.Can any body help me rega开发者_开发技巧rding this..First step is to isolate the low-frequency components. You will need an FFT to do this... there\'s

I want to develop a bass effect for media player.Can any body help me rega开发者_开发技巧rding this..


First step is to isolate the low-frequency components. You will need an FFT to do this... there's one linked to this older S/O question.

After you've got the frequency representation of your audio data, alter the magnitudes of the low-frequency components as you see it, run the inverse transform to convert it back to audio samples, and pass it to the audio hardware for playback.

0

精彩评论

暂无评论...
验证码 换一张
取 消