Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pcm.record {
- type route
- slave {
- pcm "plughw:0"
- channels 2
- }
- ttable {
- 0 {
- 1 1.0
- 1 1.0
- }
- 1 {
- 1 1.0
- 1 1.0
- }
- }
- }
- pcm.equalizer {
- type ladspa
- slave.pcm "plug:dmix"
- path "/usr/lib/ladspa"
- plugins [
- {
- label "Eq"
- input {
- #this setting is here by example, edit to your own taste
- #bands: 50hz, 100hz, 156hz, 220hz, 311hz, 440hz, 622hz, 880hz,
- # 1250hz, 1750hz, 2500hz, 5000hz, 10000hz, 20000hz
- #range: -70 to 30
- controls [ -1 -1 -1 -1 -5 -10 -20 -17 -12 -7 ]
- }
- }
- ]
- }
- pcm.direct {
- type plug
- slave.pcm "dmix"
- }
- pcm.!default {
- type asym
- playback {
- pcm "plug:equalizer"
- }
- capture {
- pcm "record"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment