LoginSignup
9
8

More than 5 years have passed since last update.

AndroidのMediaRecorderによる録音時の音割れを改善する

Last updated at Posted at 2014-03-01

AndroidのMediaRecorderで録音すると機種によっては音割れが酷い。そういう場合は音声認識用のAudioSourceを使用すると改善されるかも。

mMediaRecorder.setAudioSource( MediaRecorder.AudioSource.VOICE_RECOGNITION );
9
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
8