Code Monkey home page Code Monkey logo

audioanalyzer's Introduction

Audioanalyzer

General

The Audioanalyzer is a website to analyze different audio files in various formats. It is the result of a university project. The FFT used for transformation is made by Project Nayuki.

The intension of the project was to build an environment where everybody can easily and fast analyze audio signals. The code for Audioanalyzer is licensed under the GNU General Public License Copyright (C) 2016 Moritz Balters, Sascha Bilert, Vlad-Stefan Paul IHA @ Jade Hochschule applied licence see EOF.

Usage

If you want to checkout the project or analyze audio files locally you can copy the following lines:

git clone https://github.com/saschabilert/audioanalyzer.git
cd audioanalyzer

Open the local index.html file in a web-browser like Firefox or Chrome to use the Audioanalyzer.

About

The Audioanalyzer is a web app to display different audio signal features and control the signal by using i.e. the select and playback function.

You can zoom into the displayed spectrogram and click to navigate to a desired playback position (marked by a red bar). You have several parameters i.e. windows, block length or overlap. For more details, you can open the instructions.html file.

Here are some important files of the project:

fft.js contains the FFT implementation in JS from Project Nayuki.

audioprocessing.js decodes the audio data and contains all the calculations based on the linear amplitudes i.e. magnitude spectrogram and group delay.

spectrogram.js receives all the calculated data from audioprocessing.js, maps the data and applies different colormaps.

waveform.js contains all the calculations for the waveform i.e. amplitude and RMS.

index.html contains the basic website used to display the website

Browser

The website is optimized for the following web-browsers:

  1. Google Chrome (Ver. 55.0)
  2. Firefox (Ver. 50.1.0)

News

Version: 1.0 (Moritz Balters, Sascha Bilert, Vlad Paul)

audioanalyzer's People

Contributors

saschabilert 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.