You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sébastien Bourdeauducq 76af413d2a DSP simulation 3 weeks ago
.gitignore imgui compilation 1 month ago
Makefile compile RPLL port 3 weeks ago
README user pulseaudio settings 4 weeks ago
dsplib.cpp add RPLL port 3 weeks ago
dspsim.py DSP simulation 3 weeks ago
flake.lock imgui compilation 1 month ago
flake.nix add pocketfft 4 weeks ago
main.cpp actually use pulseaudio (works around several ALSA bugs/problems) 4 weeks ago

README

* 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