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 7829493
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:47:57+00:00 2026-06-02T10:47:57+00:00

I have an application that records audio, and the quality is poor when I

  • 0

I have an application that records audio, and the quality is poor when I compare it to the built in recorder application.

I tried downloading some other audio recorders, and they are indeed better audio quality than my app.

How can I get the highest quality audio for my application?

  • 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-06-02T10:47:59+00:00Added an answer on June 2, 2026 at 10:47 am

    Assuming the recording environment is reasonable (i.e. no significant background noise) there are two main factors which will affect the quality of the audio:

    • The format of the recorded audio
    • What, if any, post-processing you do

    For the recording format, if you want maximum quality use a non-lossy format, e.g. Linear PCM, rather than a lossy format, e.g. MP3. If you use android.media.AudioRecord.AudioRecord then you can specify the bit-depth and sample rate of the recorded sound data in the constructor:

    AudioRecord(int audioSource, int sampleRateInHz, int channelConfig, int audioFormat, int bufferSizeInBytes)

    Generally speaking, the higher the sample rate the better the quality. Bit-depth is controlled by the audioFormat parameter and you can specify either AudioFormat.ENCODING_PCM_8BIT or AudioFormat.ENCODING_PCM_16BIT. 16bit will generally be higher quality and I imagine most devices will handle this. The maximum sampling rate will vary with the device but you should be able to get 44.1kHz (16bit @ 44.1kHz is standard CD format) as this sample rate is ‘guaranteed’ on all devices (see AudioRecord)

    In terms of post-processing, you can perform echo cancellation, noise reduction, audio compression, filtering etc on the digital audio samples obtained, but this shouldn’t be necessary to achieve reasonable quality audio.

    If you are comparing your recorded audio quality with that of some other applications, you should first make sure you are recording/saving your audio in the same format as the applications you are comparing against. Then any difference is likely to be in the post-processing stage.

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

Sidebar

Related Questions

I have an application that will record and play audio files. Some of the
I have an application that records data from a manufacturing process on a periodic
I have an application that records activity in a table (Oracle 10g). The logging
I have a Cocoa application that records datestamps on events. I need to know
I have created an application that records a series of longitude and latitude values
I have developed a web application and various clients can store records to that
i have an application that records a date/time when the space bar is pressed
Senerio We have a C# .Net Web Application that records incidents. An external database
I have an application that uses incident numbers (amongst other types of numbers). These
I have an application that shows some data in p:DataTable.... This table is accessible

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.