All Projects → omriharel → Deej

omriharel / Deej

Licence: mit
Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Deej

Polaron
A DIY drum machine for the teensy microcontroller (hardware / software)
Stars: ✭ 99 (-86.44%)
Mutual labels:  arduino, diy, audio
Sustainable Green Plants
DIY high pressure aeroponics for the home
Stars: ✭ 84 (-88.49%)
Mutual labels:  arduino, diy
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+57.53%)
Mutual labels:  arduino, diy
Arduino Music Player
MOD/S3M/XM/IT Music Player for Arduino
Stars: ✭ 85 (-88.36%)
Mutual labels:  arduino, audio
Watchio
A programmable smart watch based on esp32-pico-d4
Stars: ✭ 25 (-96.58%)
Mutual labels:  arduino, diy
Midi shield
Midi shield product 9595, available from SparkFun Electronics
Stars: ✭ 34 (-95.34%)
Mutual labels:  arduino, audio
Hugo Esp8266
Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
Stars: ✭ 77 (-89.45%)
Mutual labels:  arduino, diy
Diy Arcade
How to build your own full-size arcade machine from scratch
Stars: ✭ 188 (-74.25%)
Mutual labels:  gaming, diy
Atmega Soldering Station
T12 Quick Heating Soldering Station
Stars: ✭ 183 (-74.93%)
Mutual labels:  arduino, diy
Reflowduino
Arduino-compatible wireless reflow oven controller ecosystem of open-source hardware
Stars: ✭ 154 (-78.9%)
Mutual labels:  arduino, diy
Esp8266 Anemometer
ESP8266 based wind anemometer project
Stars: ✭ 22 (-96.99%)
Mutual labels:  arduino, diy
Tonuino
Die DIY Musikbox (nicht nur) für Kinder
Stars: ✭ 320 (-56.16%)
Mutual labels:  arduino, diy
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (+12.33%)
Mutual labels:  arduino, diy
Splitflap
DIY split-flap display
Stars: ✭ 670 (-8.22%)
Mutual labels:  arduino, diy
Teensy Eurorack
Eurorack shield for teensy 4.1 with 14 in / 16 out analog channels
Stars: ✭ 99 (-86.44%)
Mutual labels:  diy, audio
Huehue
A simple yet powerful open source LED controller for Windows and Arduino
Stars: ✭ 113 (-84.52%)
Mutual labels:  arduino, diy
Nerf-Gun-Call-of-Duty-Warzone-Controller
DIY Call of Duty Warzone controller built using a nerf gun powered by the Raspberry Pi 4.
Stars: ✭ 18 (-97.53%)
Mutual labels:  gaming, diy
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+505.21%)
Mutual labels:  gaming, audio
Brutal
Payload for teensy like a rubber ducky but the syntax is different. this Human interfaes device ( HID attacks ). Penetration With Teensy . Brutal is a toolkit to quickly create various payload,powershell attack , virus attack and launch listener for a Human Interface Device ( Payload Teensy )
Stars: ✭ 678 (-7.12%)
Mutual labels:  arduino
Waveform Data.js
Audio Waveform Data Manipulation API – resample, offset and segment waveform data in JavaScript.
Stars: ✭ 698 (-4.38%)
Mutual labels:  audio

deej

deej is an open-source hardware volume mixer for Windows and Linux PCs. It lets you use real-life sliders (like a DJ!) to seamlessly control the volumes of different apps (such as your music player, the game you're playing and your voice chat session) without having to stop what you're doing.

Join the deej Discord server if you need help or have any questions!

Discord

New: work-in-progress deej FAQ!

deej consists of a lightweight desktop client written in Go, and an Arduino-based hardware setup that's simple and cheap to build. Check out some versions built by members of our community!

Download the latest release | Video demonstration | Build video by Tech Always

The OG shoebox build

Table of contents

Features

deej is written in Go and distributed as a portable (no installer needed) executable.

  • Bind apps to different sliders
    • Bind multiple apps per slider (i.e. one slider for all your games)
    • Bind the master channel
    • Bind "system sounds" (on Windows)
    • Bind specific audio devices by name (on Windows)
    • Bind currently active app (on Windows)
    • Bind all other unassigned apps
  • Control your microphone's input level
  • Lightweight desktop client, consuming around 10MB of memory
  • Runs from your system tray
  • Helpful notifications to let you know if something isn't working

Looking for the older Python version? It's no longer maintained, but you can always find it in the legacy-python branch.

How it works

Hardware

  • The sliders are connected to 5 (or as many as you like) analog pins on an Arduino Nano/Uno board. They're powered from the board's 5V output (see schematic)
  • The board connects via a USB cable to the PC

Schematic

Hardware schematic

Software

  • The code running on the Arduino board is a C program constantly writing current slider values over its serial interface
  • The PC runs a lightweight Go client in the background. This client reads the serial stream and adjusts app volumes according to the given configuration file

Slider mapping (configuration)

deej uses a simple YAML-formatted configuration file named config.yaml, placed alongside the deej executable.

The config file determines which applications (and devices) are mapped to which sliders, and which parameters to use for the connection to the Arduino board, as well as other user preferences.

This file auto-reloads when its contents are changed, so you can change application mappings on-the-fly without restarting deej.

It looks like this:

slider_mapping:
  0: master
  1: chrome.exe
  2: spotify.exe
  3:
    - pathofexile_x64.exe
    - rocketleague.exe
  4: discord.exe

# set this to true if you want the controls inverted (i.e. top is 0%, bottom is 100%)
invert_sliders: false

# settings for connecting to the arduino board
com_port: COM4
baud_rate: 9600

# adjust the amount of signal noise reduction depending on your hardware quality
# supported values are "low" (excellent hardware), "default" (regular hardware) or "high" (bad, noisy hardware)
noise_reduction: default
  • master is a special option to control the master volume of the system (uses the default playback device)
  • mic is a special option to control your microphone's input level (uses the default recording device)
  • deej.unmapped is a special option to control all apps that aren't bound to any slider ("everything else")
  • On Windows, deej.current is a special option to control whichever app is currently in focus
  • On Windows, you can specify a device's full name, i.e. Speakers (Realtek High Definition Audio), to bind that device's level to a slider. This doesn't conflict with the default master and mic options, and works for both input and output devices.
    • Be sure to use the full device name, as seen in the menu that comes up when left-clicking the speaker icon in the tray menu
  • system is a special option on Windows to control the "System sounds" volume in the Windows mixer
  • All names are case-insensitive, meaning both chrome.exe and CHROME.exe will work
  • You can create groups of process names (using a list) to either:
    • control more than one app with a single slider
    • choose whichever process in the group that's currently running (i.e. to have one slider control any game you're playing)

Build your own!

Building deej is very simple. You only need a few relatively cheap parts - it's an excellent starter project (and my first Arduino project, personally). Remember that if you need any help or have a question that's not answered here, you can always join the deej Discord server.

Build deej for yourself, or as an awesome gift for your gaming buddies!

FAQ

I've started a highly focused effort of writing a proper FAQ page for deej, covering many basic and advanced topics.

It is still very much a work-in-progress, but I'm happy to share it in its current state in hopes that it at least covers some questions you might have.

FAQ feedback in our community Discord is strongly encouraged :)

Build video

In case you prefer watching to reading, Charles from the Tech Always YouTube channel has made a fantastic video that covers the basics of building deej for yourself, including parts, costs, assembly and software. I highly recommend checking it out!

Bill of Materials

  • An Arduino Nano, Pro Micro or Uno board
    • I officially recommend using a Nano or a Pro Micro for their smaller form-factor, friendlier USB connectors and more analog pins. Plus they're cheaper
    • You can also use any other development board that has a Serial over USB interface
  • A few slider potentiometers, up to your number of free analog pins (the cheaper ones cost around 1-2 USD each, and come with a standard 10K Ohm variable resistor. These should work just fine for this project)
    • Important: make sure to get linear sliders, not logarithmic ones! Check the product description
    • You can also use circular knobs if you like
  • Some wires
  • Any kind of box to hold everything together. You don't need a 3D printer for this project! It works fantastically with just a piece of cardboard or a shoebox. That being said, if you do have one, read on...

Thingiverse collection

With many different 3D-printed designs being added to our community showcase, it felt right to gather all of them in a Thingiverse collection for you to browse. If you have access to a 3D printer, feel free to use one of the designs in your build.

Visit our community-created design collection on Thingiverse!

You can also submit your own design to be added to the collection. Regardless, if you do upload your design to Thingiverse, please add a deej tag to it so that others can find it more easily.

Build procedure

  • Connect everything according to the schematic
  • Test with a multimeter to be sure your sliders are hooked up correctly
  • Flash the Arduino chip with the sketch in arduino\deej-5-sliders-vanilla
    • Important: If you have more or less than 5 sliders, you must edit the sketch to match what you have
  • After flashing, check the serial monitor. You should see a constant stream of values separated by a pipe (|) character, e.g. 0|240|1023|0|483
    • When you move a slider, its corresponding value should move between 0 and 1023
  • Congratulations, you're now ready to run the deej executable!

How to run

Requirements

Windows

  • Windows. That's it

Linux

  • Install libgtk-3-dev, libappindicator3-dev and libwebkit2gtk-4.0-dev for system tray support. Pre-built Linux binaries aren't currently released, so you'll need to build from source. If there's demand for pre-built binaries, please let me know!

Download and installation

  • Head over to the releases page and download the latest version's executable and configuration file (deej.exe and config.yaml)
  • Place them in the same directory anywhere on your machine
  • (Optional, on Windows) Create a shortcut to deej.exe and copy it to %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup to have deej run on boot

Building from source

If you'd rather not download a compiled executable, or want to extend deej or modify it to your needs, feel free to clone the repository and build it yourself. All you need is a Go 1.14 (or above) environment on your machine. If you go this route, make sure to check out the developer scripts.

Like other Go packages, you can also use the go get tool: go get -u github.com/omriharel/deej. Please note that the package code now resides in the pkg/deej directory, and needs to be imported from there if used inside another project.

If you need any help with this, please join our Discord server.

Community

Discord

deej is a relatively new project, but a vibrant and awesome community is rapidly growing around it. Come hang out with us in the deej Discord server, or check out a whole bunch of cool and creative builds made by our members in the community showcase.

The server is also a great place to ask questions, suggest features or report bugs (but of course, feel free to use GitHub if you prefer).

Donations

If you love deej and want to show your support for this project, you can do so using the link below. Please don't feel obligated to donate - building the project and telling your friends about it goes a very long way! Thank you very much.

ko-fi

Long-ish term roadmap

  • Serial communications rework to support two-way data flows for better extensibility
  • Basic GUI to replace manual configuration editing
  • Feel free to open an issue if you feel like something else is missing

License

deej is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].