2023-08-22 23:24:17 +08:00
2023-08-28 22:24:58 +08:00
2023-08-29 13:35:29 +08:00
2023-08-22 23:24:17 +08:00
2023-08-23 19:57:01 +08:00
2023-08-28 22:25:15 +08:00
2023-08-27 15:42:00 +08:00

* set pulseaudio to 192kHz sample rate:
  - 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:
  cat /proc/asound/card0/pcm0c/sub0/hw_params 
Description
No description provided
Readme 46 KiB
Languages
C++ 73%
Python 11.9%
Nix 8.5%
Makefile 6.6%