Results 1 to 3 of 3

Thread: Prevent Applications from Resetting PulseAudio Settings?

  1. #1
    Join Date
    Apr 2010
    Location
    Texas, USA
    Beans
    105
    Distro
    Ubuntu Development Release

    Prevent Applications from Resetting PulseAudio Settings?

    Ubuntu Lucid, Asus T101MT tablet netbook.

    Background Info: Normally the microphone doesn't work with some applications such as Empathy or the new Google Talk plugin for Linux. The workaround I'm using (and I don't know why this works) is to unlock the left and right channels in Pavucontrol and set one channel to zero, and to boost volume I set the other to max.

    Issue: The Google Talk plugin is resetting the channels to be locked together. This is pretty frustrating because now they have free calling and I have no cell reception in my dorm room.

    Ideas? Thanks bunches, Ubuntu community. Ask for anything that could help.

  2. #2
    Join Date
    Apr 2010
    Location
    Texas, USA
    Beans
    105
    Distro
    Ubuntu Development Release

    Re: Prevent Applications from Resetting PulseAudio Settings?

    Erm, bumpity bump bump?

  3. #3

    Talking Re: Prevent Applications from Resetting PulseAudio Settings?

    Better late than never, and this might help someone else searching the forums. This should also help with Google+ Huddle which uses the same plugin.

    Open a terminal session and access the Google Talk plugin folder in your user profile:
    Code:
    cd ~/.config/google-googletalkplugin
    Make a backup of your current config file:
    Code:
    cp options options.bak
    Open the config file with your preferred editor:
    Code:
    gedit options #alternatively nano options
    Change the following line:
    Code:
    audio-flags=3
    So that it reads:
    Code:
    audio-flags=1
    Save and close your editor, then log out and back in or restart your computer.

    The Google Talk plugin should no longer adjust your microphone settings automatically, allowing you to set it as preferred using alsamixer or your preferred audio adjusting tool.
    I <3 my Debian + Drupal webserver: Fated to End Sometime

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •