LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   AryaLinux (https://www.linuxquestions.org/questions/aryalinux-120/)
-   -   a52 plugin? (https://www.linuxquestions.org/questions/aryalinux-120/a52-plugin-4175687395/)

Pednick 12-23-2020 04:11 PM

a52 plugin?
 
How do you setup the a52 plugin in your distro?

shruggy 12-24-2020 02:25 AM

Have you seen this?

Pednick 12-31-2020 02:13 PM

I figured it out:

asound.conf:
# Default to PulseAudio

pcm.!default {
type pulse
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}

ctl.!default {
type pulse
}
sudo cp asound.conf /etc

copy daemon.conf and default.pa to .config/pulse/
edit default.pa #load-module module-suspend-on-idle
edit daemon.conf enable-lfe-remixing = yes
default-sample-rate = 48000

add .asoundrc to your home directory it's contents:
pcm.a52 {
@args [CARD]
@args.CARD {
type string
}
type rate
slave {
pcm {
type a52
bitrate 448
channels 6
card $CARD
}
rate 48000 #required somehow, otherwise nothing happens in PulseAudio
}
}
Delete /etc/alsa/conf.d/The a52plugin shortcut, if you don't it just won't work right. Don't worry alsaplugins automatically already installs the a52plugin.

Now either sudo alsactl restore and pulseaudio --kill or just reboot.

Pednick 01-13-2021 02:01 PM

Quote:

Originally Posted by Pednick (Post 6202276)
I figured it out:

asound.conf:
# Default to PulseAudio

pcm.!default {
type pulse
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}

ctl.!default {
type pulse
}
sudo cp asound.conf /etc

copy daemon.conf and default.pa to .config/pulse/
edit default.pa #load-module module-suspend-on-idle
edit daemon.conf enable-lfe-remixing = yes
default-sample-rate = 48000

add .asoundrc to your home directory it's contents:
pcm.a52 {
@args [CARD]
@args.CARD {
type string
}
type rate
slave {
pcm {
type a52
bitrate 448
channels 6
card $CARD
}
rate 48000 #required somehow, otherwise nothing happens in PulseAudio
}
}
Delete /etc/alsa/conf.d/The a52plugin shortcut, if you don't it just won't work right. Don't worry alsaplugins automatically already installs the a52plugin.

Now either sudo alsactl restore and pulseaudio --kill or just reboot.

Forgot to put to go inside pavucontrol and pick Digital Surround 5.1 (IEC958/AC3) Output


All times are GMT -5. The time now is 10:18 PM.