From 2e8959101dbfb4471a77a0ec367ebc8808cd5bf9 Mon Sep 17 00:00:00 2001 From: juning kim Date: Sun, 1 Nov 2015 01:32:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EC=BD=94=EB=93=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01_day/test-audio/my_audio_record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_day/test-audio/my_audio_record.cpp b/01_day/test-audio/my_audio_record.cpp index 8149c86..8abc3b7 100644 --- a/01_day/test-audio/my_audio_record.cpp +++ b/01_day/test-audio/my_audio_record.cpp @@ -122,7 +122,7 @@ unsigned int capture_sample(FILE *file, sp record = new AudioRecord( AUDIO_SOURCE_DEFAULT, rate, AUDIO_FORMAT_PCM_16_BIT, audio_channel_in_mask_from_count(channels), - (size_t) (bufCount * frameCount) + String16("AAA") ); status = record->initCheck(); if(status != NO_ERROR) {