Page 1 of 1

AC3 encoder ALSA/Pulseaudio

Posted: Tue Jul 10, 2018 5:15 am
by Mazzz79
Make a file named .asoundrc in your home directory.
Insert:

Code: Select all

pcm.a52 {
  @args [CARD]
  @args.CARD {
    type string
  }
  type rate
  slave {
    pcm {
      type a52
      bitrate 448 # 448 is max for most
      channels 6
      card $CARD
    }
  rate 48000
  }
}