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) {