Last active
October 12, 2023 21:30
-
-
Save capricornusx/915816bce1ea8d7c09815e652d56206b to your computer and use it in GitHub Desktop.
Настройки для звуковой карты Arturia Minifuse (Pulse Audio)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/pulseaudio -nF | |
# | |
# Пользовательский файл конфигурации Pulse Audio | |
# $HOME/.config/pulse/daemon.conf | |
# | |
.include /etc/pulse/daemon.conf | |
### Настройки для звуковой карты Arturia Minifuse 2 | |
avoid-resampling = true | |
default-sample-rate = 48000 | |
default-sample-format = s32le | |
alternate-sample-rate = 96000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment