Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (38 loc) · 1.1 KB

linux_audio_controller

deej for linux in Python

Requiments

TODO

  • add groups
  • add main(master) in/out device
  • add physical audio devices binding by name
  • GUI and system tray widget
  • docs

example config file:

    number_of_sliders: 7
    baud: 115200 #baudrate for serial communication 
    invert: True #invert all sliders
    slider_mapping: 
    #case INsensitive
    # template (-)|<name>|in/out, separated by '|'
    # - -> invert slider, optional
    # <name> -> app's binary 
    # in/out -> input(stream to app(e.g. from mic)) or output(from app)
    - -|spotify|out 
    - chrome|out
    - discord|out
    - discord|in
    - other|out
    - other|in
    - teams|in
    # skipped streams IN 
    insensitiveIN:
    - obs
    - python3.9
    # skipped streams IN 
    insensitiveOUT: [] #empty array

arduino_audio from deej with somne changes