You are not logged in.

#1 2016-06-28 15:16:15

ewaves
Member
Registered: 2012-09-01
Posts: 39

Pulseaudio ignoring /etc/pulse/default.conf sample rate

Hi!
I was fallowing this guide https://wiki.archlinux.org/index.php/Pu … _recording because of a static noise I get on my microphone (both the earphones and the laptop one), I found out deafult sampling rate was 44100 Hz while my card needed 48000, so I changed the /etc/pulse/default.conf file as written in the wiki.
Unfortunatly gnome-sound-recorder and arecord both still use 44100Hz. How is this happening? Do I need to provide more information to solve the issue?
Thanks!

Offline

#2 2016-06-30 11:35:30

erno
Member
Registered: 2009-08-24
Posts: 83

Re: Pulseaudio ignoring /etc/pulse/default.conf sample rate

you can set these options in three places but not at the same time. make sure you don't have multiple configs:

~/.pulse/daemon.conf
~/.config/pulse/daemon.conf
/etc/pulse/daemon.conf

Offline

#3 2016-06-30 11:39:21

ewaves
Member
Registered: 2012-09-01
Posts: 39

Re: Pulseaudio ignoring /etc/pulse/default.conf sample rate

Thank you for your reply! I set the setting in /etc/pulse/daemon.conf as described in the wiki, that's why I wrote this post

Offline

#4 2016-06-30 13:25:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,075

Re: Pulseaudio ignoring /etc/pulse/default.conf sample rate

Post

pacmd list-sources
pacmd list-source-outputs #While recording

Usually the invoking application decides on the samplerate and pulseaudio simply resamples according to configuration. Therefore you will want to change that in the applications you use for recording. You might want to post your modified file as well, maybe you overlooked something.

Offline

Board footer

Powered by FluxBB