Giter VIP home page Giter VIP logo

eqmac's Introduction

Features

Current

  • System-wide audio source
  • Volume Booster
  • Volume Balance support for all devices
  • Basic EQ - 3 band (Bass, Mids, Treble)
  • Advanced EQ - 10 bands

Roadmap

Idea is to become the ultimate Audio toolbox for macOS (some features might not be open sourced)

  • Expert EQ - Ultimited bands
  • Reverb - Spatial audio enchancement
  • Volume mixer - Apply different volume levels per each application
  • Input audio source - Apply effects to any device: guitar, microphone etc.
  • Recorder - save any audio playback (System, Input device, File)
  • File playback and rendering - Apply effects to audio files and instantly render them
  • Remote control from your phone
  • Hide unused effects / elements of the UI
  • Spectrum analyzer
  • and more...

User support

I'm notoriously known for lacking in communication with users due to lack of time in my busy life. This project is heavily reliant on the whole community helping each other out. If you have an issue with eqMac please go through Issues to see if it's already being discussed, if not create a new one. Also you can join our Discord. Please no stupid questions like "How to bass?" - those will be completely ignored by myself.

Technology

eqMac was built using these technologies:

  • Driver - System Audio loopback/passthrough device based on BackgroundMusic project. The driver grabs the system audio stream and sends it to the input channels. eqMac can grab this stream, process it and send to the appropriate audio device. Still very low level C++ code although the driver runs in User space instead of Kernel like the previous drivers, which means it's much more secure and stable.
  • App - Native backend to the whole app. Responsible for audio processing, filesystem access, window management, API and general lifecycle of eqMac. Written in Swift and uses Apple's more modern AVAudioEngine API, unlike the previous version that used a deprecated AUGraph API.
  • UI - Web based user interface that is hosted remotely and thus allows for over the air updates & bug fixes. Written in Angular 8 and uses Service Workers to guarantee offline access.
  • Site - Source code for https://eqmac.app website. Written in Angular 8 and server side rendered using Angular Universal

Contribution

At the moment eqMac is going through a major rewrite and it's hard to coordinate the development of big features, but I'm open to try anyway. Please create an issue on GitHub (please check if your issue is already being discussed) or join our Discord to discuss.

eqmac's People

Contributors

artistbuddy avatar dependabot[bot] avatar dinamic avatar fizzy871 avatar goreilly avatar nodeful avatar romankisil avatar vitorgalvao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.