get paid to paste

Solution - .asoundrc

pcm.!default {
	type plug
	slave.pcm "ladcomp_compressor";
}

ctl.!default {
	type hw
	card 0
}

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

Pasted: Mar 31, 2013, 6:02:17 pm
Views: 25