Guest User

Untitled

a guest
Nov 3rd, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.24 KB | None | 0 0
  1. {
  2.         "input_device1" : "Line-In",
  3.         "output_device1" : "Speaker (Sound",
  4.         "input_device" : "Микрофон",
  5.         "output_device" : "Динамики",
  6.         "default_input_samplerate" : 48000,
  7.         "input_callback_period_ms" : 5,
  8.         "output_bass_buffer_ms" : 160,
  9.         "output_device_buffer_ms" : 160,
  10.         "prebuff_callbacks" : 35,
  11.  
  12.         "asio_device" : "ASIO4ALL",
  13.         "asio_buffer_len" : 0,
  14.         "asio_inputs" : [0,1],
  15.         "asio_outputs" : [0,1],
  16.  
  17.         "channels":
  18.         [
  19.                 {
  20.                         "source-type": "channel",
  21.                         "source-channels": [1],
  22.                         "gain": {"input": 1, "output": 1, "deithering": "n"},
  23.                         "eq" : [2048, 0,0.0,4096,1.5,8192,0.5,12768,0.0,16384,1],
  24.                         "delay": 0,
  25.                         "filters":
  26.                         [
  27.                                 {"filter_family":"fir", "filter_type":"highpass", "order":2048, "cutoff_freq":100}
  28.                         ],
  29.                         "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 9999999}
  30.                 },
  31.                 {
  32.                         "source-type": "channel",
  33.                         "source-channels": [2],
  34.                         "gain": {"input": 1, "output": 1, "deithering": "n"},
  35.                         "eq" : [2048, 0,0.0,4096,1.5,8192,0.5,12768,0.0,16384,1],
  36.                         "delay": 0,
  37.                         "filters":
  38.                         [
  39.                                 {"filter_family":"fir", "filter_type":"highpass", "order":2048, "cutoff_freq":100}
  40.                         ],
  41.                         "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 999999}
  42.                 },
  43.                 {
  44.                         "source-type": "mix",
  45.                         "source-mix-type": "avr",
  46.                         "source-channels": [1,2],
  47.                         "gain": {"input": 1, "output": 0.5, "deithering": "n"},
  48.                         "delay": 0,
  49.                         "filters":
  50.                         [                        
  51.                                 {"filter_family":"fir", "filter_type":"bandpass", "order":2048, "center_freq":73, "band_width":55}
  52.                         ],
  53.                         "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 999999}
  54.                 },
  55.                 {      
  56.                         "source-type": "mute"
  57.                 },
  58.                 {       "source-type": "channel",
  59.                         "source-mix-type": "avr",
  60.                         "source-channels": [1],
  61.                         "gain": {"input": 1, "output": 0.9, "deithering": "n"},
  62.                         "delay": 0,
  63.                         "filters":
  64.                         [
  65.                                 {"filter_family":"fir", "filter_type":"bandpass", "order":2048, "center_freq":300, "band_width":450}
  66.                         ],
  67.                         "compressor": {"threshold": 0.9, "attack": 0, "release": 0, "ratio": 999999}
  68.                 },
  69.                 {
  70.                         "source-type": "mute"
  71.                 }
  72.         ]
  73. }
Advertisement
Add Comment
Please, Sign In to add comment