Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "input_device1" : "Line-In",
- "output_device1" : "Speaker (Sound",
- "input_device" : "Микрофон",
- "output_device" : "Динамики",
- "default_input_samplerate" : 48000,
- "input_callback_period_ms" : 5,
- "output_bass_buffer_ms" : 160,
- "output_device_buffer_ms" : 160,
- "prebuff_callbacks" : 35,
- "asio_device" : "ASIO4ALL",
- "asio_buffer_len" : 0,
- "asio_inputs" : [0,1],
- "asio_outputs" : [0,1],
- "channels":
- [
- {
- "source-type": "channel",
- "source-channels": [1],
- "gain": {"input": 1, "output": 1, "deithering": "n"},
- "eq" : [2048, 0,0.0,4096,1.5,8192,0.5,12768,0.0,16384,1],
- "delay": 0,
- "filters":
- [
- {"filter_family":"fir", "filter_type":"highpass", "order":2048, "cutoff_freq":100}
- ],
- "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 9999999}
- },
- {
- "source-type": "channel",
- "source-channels": [2],
- "gain": {"input": 1, "output": 1, "deithering": "n"},
- "eq" : [2048, 0,0.0,4096,1.5,8192,0.5,12768,0.0,16384,1],
- "delay": 0,
- "filters":
- [
- {"filter_family":"fir", "filter_type":"highpass", "order":2048, "cutoff_freq":100}
- ],
- "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 999999}
- },
- {
- "source-type": "mix",
- "source-mix-type": "avr",
- "source-channels": [1,2],
- "gain": {"input": 1, "output": 0.5, "deithering": "n"},
- "delay": 0,
- "filters":
- [
- {"filter_family":"fir", "filter_type":"bandpass", "order":2048, "center_freq":73, "band_width":55}
- ],
- "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 999999}
- },
- {
- "source-type": "mute"
- },
- { "source-type": "channel",
- "source-mix-type": "avr",
- "source-channels": [1],
- "gain": {"input": 1, "output": 0.9, "deithering": "n"},
- "delay": 0,
- "filters":
- [
- {"filter_family":"fir", "filter_type":"bandpass", "order":2048, "center_freq":300, "band_width":450}
- ],
- "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 999999}
- },
- {
- "source-type": "mute"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment