Skip to content

jasieqb/linux_audio_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published