GithubHelp home page GithubHelp logo

spiralanch / deesser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from igorkhramtsov/deesser

0.0 0.0 0.0 1.23 MB

Experimental university project. Audio processing program to get rid of excessive prominence of sibilant consonants

CMake 0.66% C++ 17.53% C 81.81%

deesser's Introduction

DeEsser

Audio processing for getting rid of excessive prominence of sibilant consonants.

Screenshot of program

Algorithm

Algorithm searches for excessive sibilants in audio by counting number of zero crossing in each area and apply filter on areas, where counted number is greater than certain constant. Filter itself is converting each area by Fast Fourier Transform, then suppress intensity of frequincies above certain threshold and converting signal back by Inverse Fast Fouriers Transform.

Build

git clone --recursive https://github.com/crataegus27/DeEsser.git
cd DeEsser
mkdir build
cd build 
cmake ..
make # your build command dependent on platform

Dependencies

Progress

  1. Project initialization (cmake)
  2. Loading and decoding ogg audio file from disk (stb_vorbis)
  3. Streaming audio data to speakers through (libsoundio)
  4. Rendering data like waveform, audio specs, playback control (nanogui)
  5. Audio processing, fft -> suppress frequencies -> ifft
  6. By average peeks finding
  7. Interface to tune settings
  8. Saving to ogg file (vorbis + ogg codec)

deesser's People

Contributors

igorkhramtsov avatar niobeus 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.