Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Help audio quality

  1. #1
    Join Date
    May 2018
    Beans
    8

    Help audio quality

    Im really new and my speakers and mic are set to 16bit quality and i have no idea how to change it to 24bit. Thank you!

  2. #2
    Join Date
    Jan 2005
    Beans
    72

    Re: Help audio quality

    You can modify those settings in /etc/pulse/daemon.conf. That's not necessary however, you can't hear the difference between 16 and 24 bit output anyway.

  3. #3
    Join Date
    May 2018
    Beans
    8

    Re: Help audio quality

    Okay well the quality isnt what it was in windows and my biggest issue is my mic quality. My voice out put is really high pitched .
    any ideas ?

    Also the command you gave me was not found even when i used "sudo".
    Last edited by howefield; May 27th, 2018 at 09:30 PM. Reason: posts merged.

  4. #4
    Join Date
    Jan 2005
    Beans
    72

    Re: Help audio quality

    I don't know what might cause your voice to be really high pitched, but changing output from 16 to 24 bits is not going to solve it.

    That was not a command but a settings file that can be edited with any text editor.

  5. #5
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Help audio quality

    have you tried an equalizer yet ???

    I use PulseAudio Equalizer.....try this:

    Code:
    sudo add-apt-repository ppa:alex-wv/pulseaudio-equalizer-ppa
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install pulseaudio-equalizer
    it comes with lots of preset configurations...or you can customize it as you wish & save it as default...or change it on the fly...

    tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  6. #6
    Join Date
    May 2018
    Beans
    8

    Re: Help audio quality

    Quote Originally Posted by mrdc76 View Post
    I don't know what might cause your voice to be really high pitched, but changing output from 16 to 24 bits is not going to solve it.

    That was not a command but a settings file that can be edited with any text editor.
    Okay I figured it wasn't a command after it didn't work so I searched for it and I had no result. I even scowered my system files to no avail.


    S.O.S. I just want to be able to chat in-game :{



    Quote Originally Posted by NM5TF View Post
    have you tried an equalizer yet ???

    I use PulseAudio Equalizer.....try this:

    Code:
    sudo add-apt-repository ppa:alex-wv/pulseaudio-equalizer-ppa
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install pulseaudio-equalizer
    it comes with lots of preset configurations...or you can customize it as you wish & save it as default...or change it on the fly...

    tommy

    Okay so I'm running Ubuntu 18.04 LTS and those updates were for older os' apparently. Anyways, I installed the equalizer. However, I have no idea how to open it. Please help. I'm extremely new to this.
    Last edited by howefield; May 27th, 2018 at 09:30 PM. Reason: posts merged and fonts properties reset to default.

  7. #7
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Help audio quality

    have you looked in the menu for something like "multimedia" or "sound" in the applications section....

    since I don't have Ubuntu on this box, I don't know what it's called...but you should find something similar...

    or....open a terminal & type

    Code:
    pulseaudio-equalizer-gtk
    tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  8. #8
    Join Date
    May 2018
    Beans
    8

    Re: Help audio quality

    Quote Originally Posted by NM5TF View Post
    have you looked in the menu for something like "multimedia" or "sound" in the applications section....

    since I don't have Ubuntu on this box, I don't know what it's called...but you should find something similar...

    or....open a terminal & type

    Code:
    pulseaudio-equalizer-gtk
    tommy
    alexander@alexander-desktop:~$ pulseaudio-equalizer-gtk
    pulseaudio-equalizer-gtk: command not found


    This is what it came up with.

    So I got this far finally!

    default-sample-format = s16le
    ; default-sample-format = s24le
    ; alternate-sample-rate = 192000
    ; default-sample-channels = 2
    ; default-channel-map = front-left,front-right

    Nothing has changed though. My voice is still distorted. I also can't get the first "default-sample-format" line to save as s24le.
    In windows my headset works fine. Initially it'll start at 48khz and my voice will be distored like it is in linux. However, once I change it to 192khz, my voice becomse undistorted.
    Anyways to the point, I figured if I could get this changed in linux it'd make my mic clear again.

    Any ideas?


    Thank you for your time and helps guys! I am really enjoying Linux, but this is really disheartening
    Last edited by howefield; May 27th, 2018 at 09:31 PM. Reason: posts merged and fonts properties reset to default.

  9. #9
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Help audio quality

    Quote Originally Posted by imcooler211 View Post
    Anyways, I installed the equalizer. However, I have no idea how to open it. Please help. I'm extremely new to this.
    To open the EQ gui:
    Code:
    qpaeq
    If you have not already set this up you also need to add this to "/etc/pulse/default.pa"
    Code:
    load-module module-equalizer-sink
    load-module module-dbus-protocol
    I use nano to do that via:
    Code:
    sudo nano /etc/pulse/default.pa
    You can just add the lines I mention at the bottom, save and close.
    Then just run:
    Code:
    pulseaudio -k & pulseaudio -d
    now it will show you the interface to edit and save as a preset.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  10. #10
    Join Date
    Jan 2013
    Location
    East Yorkshire
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Help audio quality

    Just to step back a bit, at install did you install all the necessary codecs?
    If not then:
    Code:
    sudo apt install ubuntu-restricted-extras
    See if that helps.

Page 1 of 2 12 LastLast

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
  •