gwydion: tweak PulseAudio sample rate and format

This commit is contained in:
Jez Cope 2021-02-01 20:57:48 +00:00
parent a5c0bb41d3
commit 08927eab65
2 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@ in {
audio_output {
type "pulse"
name "Shared output (pulseaudio)"
format "96000:32:*"
}
audio_output {

View File

@ -37,6 +37,12 @@
21 # ftp
];
hardware.pulseaudio.daemon.config = {
default-sample-rate = "192000";
alternate-sample-rate = "96000";
avoid-resampling = "yes";
};
services.vsftpd = {
enable = true;
localUsers = true;