[mythtv-users] 0.24RC1 and audio

John H arizonamythtv at gmail.com
Fri Oct 22 15:29:29 UTC 2010


Thanks for the help. Here's the rest of my .asoundrc file.

 pcm.ladcomp {
      type plug
      slave.pcm "ladcomp_compressor";
  }
 pcm.ladcomp_compressor {
      type ladspa
      slave.pcm "ladcomp_limiter";
      path "/usr/lib/ladspa";
      plugins [
          {
              label dysonCompress
              input {
                  #peak limit, release time, fast ratio, ratio
                  controls [0 1 0.5 0.99]
              }
          }
      ]
  }
 pcm.ladcomp_limiter {
      type ladspa
      slave.pcm "plughw:0,0";
      path "/usr/lib/ladspa";
      plugins [
          {
              label fastLookaheadLimiter
              input {
               #InputGain(Db) -20 -> +20 ; Limit (db) -20 -> 0 ;
Release time (s) 0.01 -> 2
              controls [ 20 0 0.8 ]
              }
          }
     ]
  }

If I do a,

mplayer -ao alsa:device=ladcomp
/var/lib/mythtv/recordings/4029_20100415153000.mp

it works.


More information about the mythtv-users mailing list