Coder Social home page Coder Social logo

akka-streams-echo's Introduction

Demo of Akka Streams


Introduction

This small demo project illustrates the utilisation of Akka Streams for audio processing.

It's a multi-project sbt build that builds:

  1. An echo generator using a Finite Impulse Response (FIR) filter
  2. An echo generator using an Infinite Impulse Response (IIR) Filter approach
  3. We show that, when an appropriately configured filter is added, echo's introduced by a preceding filter can be eliminated completely
  4. A Voltage Controlled Oscillator
  5. Demonstrates merging two streams that have different flow rates

Both the IIR and FIR utilise filters with a low number of tap points and large delays (in the order of several 100ms)

The goal is come up with generic filters that can be chained and, if the filter elements are chosen with care, to be able to remove echoes that are generated by a first filter with a second filter.

For more info, have a look at my talk on this at: https://youtu.be/n_q7sDTANFg

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.