Giter Site home page Giter Site logo

audio_equalizer's Introduction

image

Audio equalizer

Overview

This project implements an equalizer of audio signal on the human-perceivable spectrum of 20-20000 Hz with the use of Fast Fourier Transform (FFT), with the algorithm written in C++ and signal parsing/plotting written in Python.

Requirements

This project uses C++17 and Python 3, and as such will require:

  • python3 interpreter
  • Python libraries: tkinter, numpy, webbrowser, scipy, contextlib, pygame
  • bash shell (default location: /bin/bash)

The C++ files come already compiled to an executable equalize file. However, if case of need, you can compile it yourself by invoking:

g++ -std=c++17 SignalSampling.cpp FFTSolver.cpp equalize.cpp -o equalize

Usage

Navigate to python_utils and execute:

python equalizerGUI.py

Note

This project was written as a part of a thesis for Bachelor's Degree in Computational Mathematics at Jagiellonian University in Kraków.

Acknowledgements

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.