Enviado em 05/01/2023 - 02:28h
Boa galera
# Set the default backend card and device to the onboard Intel HDA codec; see
# /proc/asound/cards for the names of the cards in the system.
defaults.pcm.!card Intel
defaults.ctl.!card Intel
defaults.pcm.!device 0
defaults.ctl.!device 0
# Equalizer definition, uses dmix internally; use amixer in a script to adjust
# the equalizer boost/cut levels, or use the following command to adjust the
# levels interactively.
#
# alsamixer -D equal
#
ctl.equal {
type equal;
}
pcm.equal {
type equal;
slave.pcm "plug:dmix";
}
# The alsaequal plugin is not compatible with 32-bit programs on amd64, so it
# will crash them with the following message:
#
# Failed to load plugin "/usr/lib/ladspa/caps.so": /usr/lib/ladspa/caps.so: wrong ELF class: ELFCLASS64
#
# To get around this, the asymed definition takes two parameters: PLAY and
# CAPT, to direct the slave PCMs. These are controlled either by arguments
# in the slave definition (i.e. slave.pcm "asymed:dmix,dsnoop" ), or by
# environment variables (ALSA_ASYM_PLAY=dmix ALSA_ASYM_CAPT=dsnoop aplay ...)
pcm.asymed {
@args [ PLAY CAPT ]
@args.PLAY {
type string
default {
@func getenv
vars [
ALSA_ASYM_PLAY
]
default "equal"
}
}
@args.CAPT {
type string
default {
@func getenv
vars [
ALSA_ASYM_CAPT
]
default "dsnoop"
}
}
type asym;
playback.pcm $PLAY;
capture.pcm $CAPT;
}
# Set the default playback device to the above asymed soft-device
pcm.!default {
type plug;
slave.pcm asymed;
}
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Wayland em alta, IA em debate e novos ventos para distros e devices
Qt 6.10 e Python 3.14 puxam o ritmo do software livre nesta quarta
Atualizações de Apps, Desktop e Kernel agitam o ecossistema Linux nesta terça-feira
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie
Não tenho som no meu Kali linux (0)
Erro ao fazer remaster usando Penguin eggs (2)
Primeiras impressões do Debian 13 (25)
Meu Amigo não consegue entrar em meu mundo, via tailscale, hamachi e z... (1)