android - Record voice and apply effects -


i want record voice microphone , apply effects like, robot, echo, squirrel.

i did research , have found classes:

i know best option achieve this? want share whatsapp, telegram, etc after that, need common audio format output wav, mp3, etc.

if want modify wave data in ways, achieve effects, need record wave data directly audiorecord. can obtain 8- or 16-bit samples data , whatever want.

if want record file in particular format, , call external tool apply effect, done mediarecorder.

some effects (e.g. reverberation) can added sound during playback, when using mediaplayer.


Comments