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?