제발 알려주세요 ㅡㅜ

본인이 말하는걸 녹음을 하려고 하는데

잡음이 크고 녹음이 한부분이 소리가 적어서..

잘 안들리네요.. 방법좀 제시해 주세요 ㅡㅜ


    mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
    mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
    mRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
    mRecorder.setOutputFile(filePath);
    mRecorder.prepare();

셋팅은 이런식으로 잡아 놨습니다..