user pulseaudio settings
This commit is contained in:
parent
1530372180
commit
1c54151f31
5
README
5
README
|
@ -1,4 +1,7 @@
|
||||||
* set pulseaudio to 192kHz sample rate:
|
* set pulseaudio to 192kHz sample rate:
|
||||||
hardware.pulseaudio.daemon.config = { "default-sample-rate" = 192000; };
|
- configuration.nix:
|
||||||
|
hardware.pulseaudio.daemon.config = { "default-sample-rate" = 192000; };
|
||||||
|
- or ~/.config/pulse/daemon.conf:
|
||||||
|
default-sample-rate = 192000
|
||||||
* check that sound card is operating at 192kHz:
|
* check that sound card is operating at 192kHz:
|
||||||
cat /proc/asound/card0/pcm0c/sub0/hw_params
|
cat /proc/asound/card0/pcm0c/sub0/hw_params
|
||||||
|
|
Loading…
Reference in New Issue