AC3 encoder ALSA/Pulseaudio

Post Reply
User avatar
Mazzz79
Site Admin
Posts: 47
Joined: Fri Feb 05, 2016 5:37 pm
Location: Sweden
Contact:

AC3 encoder ALSA/Pulseaudio

Post 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
  }
}


Post Reply