|
@@ -963,6 +963,9 @@ public class Camera1 extends CameraImpl {
|
|
|
CamcorderProfile profile = getCamcorderProfile(mVideoQuality);
|
|
|
profile.videoBitRate = 900 * 1024;
|
|
|
mMediaRecorder.setProfile(profile);
|
|
|
+ mMediaRecorder.setAudioChannels(2);
|
|
|
+ mMediaRecorder.setAudioEncodingBitRate(128000);
|
|
|
+ mMediaRecorder.setAudioSamplingRate(44100);
|
|
|
if (videoFile == null)
|
|
|
videoFile = getVideoFile();
|
|
|
if (videoFile == null) {
|