
ну вот подошла очередь для линукса и тут ступор... шо делать и как делать не знаю... может кто-то знает? подскажите пожалуйста как это все организовать.
Realtek ALC883 @ Intel 82801GB ICH7 - High Definition Audio Controller [A-1]
Модератор: Модераторы разделов
а дальше без понятия, какую конфигурацию туда втулятьThe .asoundrc file is typically installed in a user's home directory ($HOME/.asoundrc)
Default PCM device
Using aplay -L you can get a List of existing PCM output devices. If you want the default to be, for example, a USB Device instead of the onboard sound, you can place a pcm.!default line in the .asoundrc Say aplay -L lists something like
front:CARD=External,DEV=0
SB Live! 24-bit External, USB Audio
Front speakers
you can put the following line in your .asoundrc
pcm.!default front:External
As a result, most if not all applications will now use this device for output unless specified otherwise. The same applies for self-defined devices, as shown below.
Код: Выделить всё
pcm.!default rear
Код: Выделить всё
pcm.f2r {
type plug
slave.pcm surround51:nForce2 # << ----
slave.channels 6
ttable {
0.2 1 #front left to rear left
1.3 1 #front right to rear right
}
}
Для начала нужно найти устройство в которое хотим вывести звук:
aplay -d rear test.wav
aplay -d center_lfe test.wav
aplay -d side test.wav
aplay -d hw:0,1 test.wav
aplay -d hw:0,2 test.wav
aplay -d hw:0,3 test.wav
Если глухо, подымаем в alsamixer всё что можем smile.gif
Если и это не помагло, нужен вывод aplay -L
$ speaker-test -t wav -l 1 -c 8
speaker-test 1.0.16
Playback device is default
Stream parameters are 48000Hz, S16_LE, 8 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 8192
Period size range from 1024 to 1024
Using max buffer size 8192
Periods = 4
was set period_size = 1024
was set buffer_size = 8192
0 - Front Left
4 - Center
1 - Front Right
7 - Side Right
3 - Rear Right
2 - Rear Left
6 - Side Left
5 - LFE
Time per period = 11.283415