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

  • Home
  • SEARCH
  • 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 6330417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:51:56+00:00 2026-05-24T17:51:56+00:00

I combed the AudioManager and couldn’t find any API or setting to switch from

  • 0

I combed the AudioManager and couldn’t find any API or setting to switch from stereo to mono (both channels having a signal that’s the sum of the two stereo channels).

Is it possible at all to accomplish this in Android?

  • 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-24T17:52:01+00:00Added an answer on May 24, 2026 at 5:52 pm

    There is a method in the AudioManager class called setParameters that might do that. Unfortunately, the API is not very clear about what it does:

    public void setParameters (String keyValuePairs)
    

    Sets a variable number of parameter values to audio hardware.

    Parameters

    keyValuePairs list of parameters key value pairs in the form: key1=value1;key2=value2;…

    If we look at the source code for this method in AudioManager.java:

    /**
     * Sets a variable number of parameter values to audio hardware.
     *
     * @param keyValuePairs list of parameters key value pairs in the form:
     *    key1=value1;key2=value2;...
     *
     */
    public void setParameters(String keyValuePairs) {
        AudioSystem.setParameters(keyValuePairs);
    }
    

    And looking at AudioSystem.java:

    /*
     * Sets a group generic audio configuration parameters. The use of these parameters
     * are platform dependant, see libaudio
     *
     * param keyValuePairs  list of parameters key value pairs in the form:
     *    key1=value1;key2=value2;...
     */
    public static native int setParameters(String keyValuePairs);
    

    Not much information there. It looks like the parameters might be hardware-specific, and I’m not even sure the parameters would do what you’re looking to do.

    Are you trying to set this system-wide or just in one app? I assumed system-wide, but if that’s not the case, I’d imagine it would be easier.

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

Sidebar

Related Questions

I've combed the internet looking for a solution and I have none. For some
Is there any way a C++ commandline program on Windows can produce a graphical
I am using SqlBulkCopy to import from an external DB. When importing into an
I've spent two days on this so far and combed through every source at
New to Salesforce and having some issues with the Approval Process setup. I have
I would like to place a link from my application's narrow profile box to
Is there a cross-browser way from a Javascript event handler to determine whether the
I'm having the above issue when I attempt to set a string (stored in
I combed through the Facebook documentation but didn't see an obvious way to return
I am making a custom button control and am having some difficulty with my

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.