Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android, audio filters

I would like to make audio records (via MediaRecorder/AudioRecorder) and then play recorded file with some changes (special effects) (e.g. increasing/decreasing speed, adding echo, mix with other predefined audio file, etc)).

Do you have any suggestions how can I do that?

Do you have any interesting examples concerned this?

like image 389
davs Avatar asked Nov 06 '22 11:11

davs


1 Answers

Hi I came across the following Api's which would be useful for you to remix a music piece. Equalizer to change the frequency. then try using BassBoost to change the Bass of the music.Finally , use the audiofix package.I hope this should get you going.

like image 173
garima Avatar answered Nov 11 '22 11:11

garima