Audio
將 Alsa 設置為輸出 44.1kHz
我希望 Alsa 以 44.1kHz 輸出所有內容(預設情況下它看起來使用 48kHz)。我知道正確的選項是這樣的:
defaults.pcm.dmix.rate 44100
但是這應該包括在哪裡:在
.asoundrc
或.asoundrc.asoundconf
?是否.asoundrc
覆蓋中的設置.asoundrc.asoundconf
?
配置文件的可能位置適用
/etc/asound.conf
於所有使用者或~/.asoundrc
單個使用者。該文件
~/.asoundrc.asoundconf
是由asoundconf
工具創建的文件,不應手動編輯。