5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
|
* set pulseaudio to 192kHz sample rate:
|
||
|
hardware.pulseaudio.daemon.config = { "default-sample-rate" = 192000; };
|
||
|
* check that sound card is operating at 192kHz:
|
||
|
cat /proc/asound/card0/pcm0c/sub0/hw_params
|