Dobbie03

Metal Eq

Nov 17th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. context.modules = [
  2. {
  3. name = libpipewire-module-filter-chain
  4. args = {
  5. node.description = "HD599 Metal EQ 16-band"
  6. media.name = "HD599 Metal EQ 16-band"
  7.  
  8. filter.graph = {
  9. nodes = [
  10. { type = builtin name = eq0 label = bq_peaking control = { "Freq" = 12.0 "Q" = 1.0 "Gain" = 2.0 } }
  11. { type = builtin name = eq1 label = bq_peaking control = { "Freq" = 20.0 "Q" = 1.2 "Gain" = 4.0 } }
  12. { type = builtin name = eq2 label = bq_peaking control = { "Freq" = 40.0 "Q" = 1.3 "Gain" = 3.0 } }
  13. { type = builtin name = eq3 label = bq_peaking control = { "Freq" = 60.0 "Q" = 1.3 "Gain" = 2.5 } }
  14. { type = builtin name = eq4 label = bq_lowshelf control = { "Freq" = 110.0 "Q" = 0.8 "Gain" = -1.0 } }
  15. { type = builtin name = eq5 label = bq_peaking control = { "Freq" = 180.0 "Q" = 1.0 "Gain" = 2.0 } }
  16. { type = builtin name = eq6 label = bq_peaking control = { "Freq" = 350.0 "Q" = 1.2 "Gain" = -1.5 } }
  17. { type = builtin name = eq7 label = bq_peaking control = { "Freq" = 700.0 "Q" = 1.0 "Gain" = -2.0 } }
  18. { type = builtin name = eq8 label = bq_peaking control = { "Freq" = 900.0 "Q" = 1.2 "Gain" = -1.0 } }
  19. { type = builtin name = eq9 label = bq_peaking control = { "Freq" = 1500.0 "Q" = 1.5 "Gain" = 1.5 } }
  20. { type = builtin name = eq10 label = bq_peaking control = { "Freq" = 2600.0 "Q" = 1.0 "Gain" = 3.5 } }
  21. { type = builtin name = eq11 label = bq_peaking control = { "Freq" = 4800.0 "Q" = 2.0 "Gain" = 2.0 } }
  22. { type = builtin name = eq12 label = bq_peaking control = { "Freq" = 7200.0 "Q" = 3.0 "Gain" = -2.0 } }
  23. { type = builtin name = eq13 label = bq_peaking control = { "Freq" = 9000.0 "Q" = 1.0 "Gain" = 1.0 } }
  24. { type = builtin name = eq14 label = bq_peaking control = { "Freq" = 12000.0 "Q" = 1.2 "Gain" = 1.5 } }
  25. { type = builtin name = eq15 label = bq_peaking control = { "Freq" = 14000.0 "Q" = 1.2 "Gain" = 2.0 } }
  26. ]
  27.  
  28. links = [
  29. { output = "eq0:Out" input = "eq1:In" }
  30. { output = "eq1:Out" input = "eq2:In" }
  31. { output = "eq2:Out" input = "eq3:In" }
  32. { output = "eq3:Out" input = "eq4:In" }
  33. { output = "eq4:Out" input = "eq5:In" }
  34. { output = "eq5:Out" input = "eq6:In" }
  35. { output = "eq6:Out" input = "eq7:In" }
  36. { output = "eq7:Out" input = "eq8:In" }
  37. { output = "eq8:Out" input = "eq9:In" }
  38. { output = "eq9:Out" input = "eq10:In" }
  39. { output = "eq10:Out" input = "eq11:In" }
  40. { output = "eq11:Out" input = "eq12:In" }
  41. { output = "eq12:Out" input = "eq13:In" }
  42. { output = "eq13:Out" input = "eq14:In" }
  43. { output = "eq14:Out" input = "eq15:In" }
  44. ]
  45. }
  46.  
  47. audio.channels = 2
  48. audio.position = [ FL FR ]
  49.  
  50. capture.props = {
  51. node.name = "effect_input.metal16"
  52. media.class = "Audio/Sink"
  53. }
  54.  
  55. playback.props = {
  56. node.name = "effect_output.metal16"
  57. node.passive = true
  58. }
  59. }
  60. }
  61. ]
Advertisement
Add Comment
Please, Sign In to add comment