Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7552851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:53:25+00:00 2026-05-30T10:53:25+00:00

I use AudioRecord to record voice in Android App. And I have this log

  • 0

I use AudioRecord to record voice in Android App.
And I have this log when I’m testing on Samsung Galaxy S.

02-21 15:56:11.676: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.691: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.716: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.726: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.736: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.751: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.776: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.791: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.806: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.817: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.826: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.836: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.847: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.857: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.866: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.876: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.887: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1
02-21 15:56:11.897: V/AudioRecord(22301): Overrun user: 140, server: 280, flowControlFlag 1

This is my code

// Get the minimum buffer size required for the successful creation of an AudioRecord object. 
        int bufferSizeInBytes = AudioRecord.getMinBufferSize( RECORDER_SAMPLERATE,
                                                              RECORDER_CHANNELS,
                                                              RECORDER_AUDIO_ENCODING
                                                             ); 
        // Initialize Audio Recorder.
        AudioRecord audioRecorder = new AudioRecord( MediaRecorder.AudioSource.MIC,
                                                     RECORDER_SAMPLERATE,
                                                     RECORDER_CHANNELS,
                                                     RECORDER_AUDIO_ENCODING,
                                                     bufferSizeInBytes
                                                    );
        // Start Recording.
        audioRecorder.startRecording();
        int numberOfReadBytes   = 0; 
        byte audioBuffer[]      = new  byte[bufferSizeInBytes];

        // While data come from microphone. 
        while( true )
        {
            numberOfReadBytes = audioRecorder.read( audioBuffer, 0, bufferSizeInBytes );  
        }

I try to disable this log but I don’t know how.
Please help me. Thanks so much 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T10:53:26+00:00Added an answer on May 30, 2026 at 10:53 am

    If Samsung left these logs in the AudioRecorder, which I’m assuming that they did then you CANNOT remove them as these are logs in the internal android frameworks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I try to record audio using android ndk. people say I can use frameworks/base/media/libmedia/AudioRecord.cpp.
I currently use AudioRecord to record audio in from the mic of an Android
When I use Androids AudioRecord to record from the microphone, I get this annoying
I am making an app where I produce sound and record this sound, evaluate
I am running Android Emulator on OS X and trying to use AudioRecord to
I want to record human voice on my Android phone. I noticed that Android
I currently use the AudioTrack and AudioRecord classes in Android. I use the pure
I am developing an app to record voice. I would like to increase the
I have to use in my application and audiorecord MediaRecorder same time. One register
I am having some issues with the AudioRecord class. I have an app that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.