To rise sound quality of PulseAudio (default sound engine on Gnome) to a high level :
In /etc/pulse/daemon.conf :
resample-method = src-sinc-best-quality high-priority = yes default-sample-channels = 2 default-sample-format = float32le default-sample-rate = 48000 default-fragments = 8 default-fragment-size-msec = 5
Then kill pulseaudio (it will respawn by itself) :
pulseaudio -kCelogeek !


December 15th, 2009 11:31
hello there
applying these settings gave a
E: daemon-conf.c: [/etc/pulse/daemon.conf:71] Format d’échantillon « float321e » invalide.
i’ve written float321e but it was float32le
sound is a bit better, but over all the clicks i had seems to have disappeared.
thanks !
December 15th, 2009 11:36
no
indeed it seems to be even worse
here is my /etc/pulse/daemon.conf :
http://soifran.pastebin.com/m261caeac
hoping this migth getting better / help any readers
December 15th, 2009 12:08
end of spamming session :
after reading of http://linux.die.net/man/5/pulse-daemon.conf i’ve set the
default-sample-format = ffmpeg
and my clicks problems disappeared
i hope this is not to be continued