-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Pulseaudio has an option to define an alternate sample rate in /etc/pulse/daemon.conf
. This feature permits reproducing sources having a sample rate other than the default without resampling.
For example, my default sample rate is 44100 Hz, but I do have material in 48000 KHz and ideally they should be played without downsampling, which is made possible by this setting.
Additionally, higher sample rates will be downsampled to the highest configured sample rate (i.e. 96KHz audio will be reproduced as 48000Hz).
The pulseaudio-equalizer-ladspa doesn't account for this. It creates only one sink with the default-sample-rate
value.
Metadata
Metadata
Assignees
Labels
No labels