Advertisement
Guest User

Untitled

a guest
Jan 17th, 2022
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. pi@dsp:~ $ cat /home/pi/camilladsp/configs/config.yml
  2. devices:
  3. adjust_period: 10
  4. capture:
  5. channels: 2
  6. device: hw:1,0
  7. format: S16LE
  8. type: Alsa
  9. capture_samplerate: 44100
  10. chunksize: 4096
  11. enable_rate_adjust: true
  12. enable_resampling: true
  13. playback:
  14. channels: 8
  15. device: hw:2,0
  16. format: S16LE
  17. type: Alsa
  18. queuelimit: 4
  19. rate_measure_interval: 1
  20. resampler_type: Synchronous
  21. samplerate: 96000
  22. stop_on_rate_change: true
  23. target_level: 0
  24. filters:
  25. M.Delay.:
  26. parameters:
  27. delay: 0
  28. subsample: true
  29. unit: ms
  30. type: Delay
  31. M.EQ.11275:
  32. parameters:
  33. freq: 11275
  34. gain: -10.9
  35. q: 9.37
  36. type: Peaking
  37. type: Biquad
  38. M.EQ.1925:
  39. parameters:
  40. freq: 1925
  41. gain: -4.1
  42. q: 1.27
  43. type: Peaking
  44. type: Biquad
  45. M.EQ.2011:
  46. parameters:
  47. freq: 2011
  48. gain: -2.8
  49. q: 5.79
  50. type: Peaking
  51. type: Biquad
  52. M.EQ.3167:
  53. parameters:
  54. freq: 3167
  55. gain: -4.4
  56. q: 2.27
  57. type: Peaking
  58. type: Biquad
  59. M.EQ.5121:
  60. parameters:
  61. freq: 5121
  62. gain: -2.1
  63. q: 1.38
  64. type: Peaking
  65. type: Biquad
  66. M.EQ.742:
  67. parameters:
  68. freq: 742
  69. gain: -4.4
  70. q: 1.66
  71. type: Peaking
  72. type: Biquad
  73. M.XO.HP:
  74. parameters:
  75. freq: 800
  76. order: 4
  77. type: LinkwitzRileyHighpass
  78. type: BiquadCombo
  79. M.XO.LP:
  80. parameters:
  81. freq: 5000
  82. order: 4
  83. type: LinkwitzRileyLowpass
  84. type: BiquadCombo
  85. T.Delay.:
  86. parameters:
  87. delay: 0.09
  88. subsample: true
  89. unit: ms
  90. type: Delay
  91. T.EQ.13091:
  92. parameters:
  93. freq: 13091
  94. gain: -6
  95. q: 2.76
  96. type: Peaking
  97. type: Biquad
  98. T.EQ.15214:
  99. parameters:
  100. freq: 15214
  101. gain: -5.9
  102. q: 5.2
  103. type: Peaking
  104. type: Biquad
  105. T.EQ.3232:
  106. parameters:
  107. freq: 3232
  108. gain: -11.5
  109. q: 4.56
  110. type: Peaking
  111. type: Biquad
  112. T.EQ.5193:
  113. parameters:
  114. freq: 5193
  115. gain: -4.9
  116. q: 5.24
  117. type: Peaking
  118. type: Biquad
  119. T.EQ.6972:
  120. parameters:
  121. freq: 6972
  122. gain: -9.8
  123. q: 2.53
  124. type: Peaking
  125. type: Biquad
  126. T.EQ.9090:
  127. parameters:
  128. freq: 9090
  129. gain: -5.8
  130. q: 4.32
  131. type: Peaking
  132. type: Biquad
  133. T.XO.HP:
  134. parameters:
  135. freq: 5000
  136. order: 4
  137. type: LinkwitzRileyHighpass
  138. type: BiquadCombo
  139. W.EQ.284:
  140. parameters:
  141. freq: 284
  142. gain: -1.2
  143. q: 2.14
  144. type: Peaking
  145. type: Biquad
  146. W.EQ.526:
  147. parameters:
  148. freq: 526
  149. gain: -1.9
  150. q: 5.58
  151. type: Peaking
  152. type: Biquad
  153. W.EQ.571:
  154. parameters:
  155. freq: 571
  156. gain: -2.4
  157. q: 5.74
  158. type: Peaking
  159. type: Biquad
  160. W.EQ.981:
  161. parameters:
  162. freq: 981
  163. gain: -4.8
  164. q: 1.69
  165. type: Peaking
  166. type: Biquad
  167. W.XO.Invert:
  168. parameters:
  169. gain: 0
  170. inverted: true
  171. mute: false
  172. type: Gain
  173. W.XO.LP:
  174. parameters:
  175. freq: 800
  176. order: 4
  177. type: LinkwitzRileyLowpass
  178. type: BiquadCombo
  179. mixers:
  180. 2in8out:
  181. channels:
  182. in: 2
  183. out: 8
  184. mapping:
  185. - dest: 0
  186. mute: false
  187. sources:
  188. - channel: 0
  189. gain: 0
  190. inverted: false
  191. mute: false
  192. - dest: 1
  193. mute: false
  194. sources:
  195. - channel: 1
  196. gain: 0
  197. inverted: false
  198. mute: false
  199. - dest: 2
  200. mute: false
  201. sources:
  202. - channel: 0
  203. gain: 0
  204. inverted: false
  205. mute: false
  206. - dest: 3
  207. mute: false
  208. sources:
  209. - channel: 1
  210. gain: 0
  211. inverted: false
  212. mute: false
  213. - dest: 6
  214. mute: false
  215. sources:
  216. - channel: 0
  217. gain: 0
  218. inverted: false
  219. mute: false
  220. - dest: 7
  221. mute: false
  222. sources:
  223. - channel: 1
  224. gain: 0
  225. inverted: false
  226. mute: false
  227. pipeline:
  228. - name: 2in8out
  229. type: Mixer
  230. - channel: 0
  231. names:
  232. - W.XO.Invert
  233. - W.EQ.284
  234. - W.EQ.526
  235. - W.EQ.571
  236. - W.EQ.981
  237. - W.XO.LP
  238. type: Filter
  239. - channel: 1
  240. names:
  241. - W.XO.Invert
  242. - W.EQ.284
  243. - W.EQ.526
  244. - W.EQ.571
  245. - W.EQ.981
  246. - W.XO.LP
  247. type: Filter
  248. - channel: 6
  249. names:
  250. - M.Delay.
  251. - M.EQ.742
  252. - M.EQ.1925
  253. - M.EQ.2011
  254. - M.EQ.3167
  255. - M.EQ.5121
  256. - M.EQ.11275
  257. - M.XO.HP
  258. - M.XO.LP
  259. type: Filter
  260. - channel: 7
  261. names:
  262. - M.Delay.
  263. - M.EQ.742
  264. - M.EQ.1925
  265. - M.EQ.2011
  266. - M.EQ.3167
  267. - M.EQ.5121
  268. - M.EQ.11275
  269. - M.XO.HP
  270. - M.XO.LP
  271. type: Filter
  272. - channel: 2
  273. names:
  274. - T.Delay.
  275. - T.EQ.3232
  276. - T.EQ.5193
  277. - T.EQ.6972
  278. - T.EQ.9090
  279. - T.EQ.13091
  280. - T.EQ.15214
  281. - T.XO.HP
  282. type: Filter
  283. - channel: 3
  284. names:
  285. - T.Delay.
  286. - T.EQ.3232
  287. - T.EQ.5193
  288. - T.EQ.6972
  289. - T.EQ.9090
  290. - T.EQ.13091
  291. - T.EQ.15214
  292. - T.XO.HP
  293. type: Filter
  294.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement