Tehát asztali gépen nem lehet zavaró a magasabb minőség, valaki más is teszteli? Nem tudom szükséges-e a PCM source megváltoztatása. Ha igen, hogy tudom lekérni helyes-e az (api.alsa.path = "hw:0") értéke, ez volt a gyári érték a fájlban. Audio/video üzenetkezelő alkalmazások használják a client-rt.conf fájlt? Párhuzamosan lehet mindkettőt használni más-más beállítással?
/.config/pipewire/pipewire.conf
## Properties for the DSP configuration.
default.clock.rate = 48000
default.clock.allowed-rates = [ 44100,48000,96000 ]
# This creates a single PCM source device for the given
# alsa device path hw:0. You can change source to sink
# to make a sink in the same way.
{ factory = adapter
args = {
factory.name = api.alsa.pcm.source
node.name = "alsa-source"
node.description = "PCM Source"
media.class = "Audio/Source"
api.alsa.path = "hw:0"
api.alsa.period-size = 1024
api.alsa.headroom = 0
api.alsa.disable-mmap = false
api.alsa.disable-batch = false
# audio.format = "S16LE"
audio.format = "float32le"
audio.rate = 48000
audio.channels = 2
audio.position = "FL,FR"
}
}
/.config/pipewire/pipewire-pulse.conf
stream.properties = {
#node.latency = 1024/48000
#node.autoconnect = true
resample.quality = 15
#channelmix.normalize = false
#channelmix.mix-lfe = false
#channelmix.upmix = false
#channelmix.lfe-cutoff = 0
/.config/pipewire/client.conf
stream.properties = {
#node.latency = 1024/48000
#node.autoconnect = true
resample.quality = 15
#channelmix.normalize = false
#channelmix.mix-lfe = false
#channelmix.upmix = false
#channelmix.lfe-cutoff = 0
}
systemctl --user restart pipewire.service pipewire-pulse.socket