GithubHelp home page GithubHelp logo

esonderegger / crotale Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 188 KB

Crotale is an EBU R128 loudness correction web application, inspired by Xylo

License: MIT License

CSS 19.55% Python 67.08% Shell 13.38%

crotale's Introduction

crotale

Crotale is an EBU R128 loudness correction web application, inspired by Xylo

Background

In 2010, the European Broadcasting Union published its Loudness Recommendation EBU R128. Previously, audio engineers had peak and RMS metering, which has shortcomings because humans do not perceive all frequencies as equally loud. R128 corrects for these Fletcher-Munson curves so that different types of audio normalized to the same level in LUFS should sound equally loud.

The EBU recommends that all program material be normalized to -23 LUFS.

What Crotale does

Crotale is a web application, designed to be run on the same local network as where audio engineers are creating their files. It provides an interface where someone can upload an audio file to the crotale server and then download a corrected file, normalized to -23 LUFS.

Soon, it will hopefully also provide an interface to create watch folders, where engineers can place uncorrected files in one location and then retrieve normalized files in a different location.

Installation

The easiest way to install Crotale is to use the virtual appliance file. To use it, download and install VirtualBox on a machine on your network, then inside virtualbox, go to "file -> import appliance" and select the crotale-latest.ova file you just downloaded. After the appliance is set up, click "start" to start the crotale server.

The second easiest way to install crotale is to create a virtual machine in VirtualBox and install Ubuntu Server 14.04 on it. Have the default user be "crotale". Then, download the crotale source code into the home directory, uncompress it, and install it by typing:

wget https://s3-us-west-2.amazonaws.com/crotale/crotale-latest.tar.gz
tar -zxvf crotale-latest.tar.gz
./instalScript.sh

You will be prompted for the password you created for the crotale user.

The most difficult way to install Crotale would be if you want to use crotale on an existing server. If you have a preferred method for running uWSGI applications, you can just use the code in the crotaleApp folder. You will also need FFmpeg to be installed at /usr/local/bin/ffmpeg or change the location of the ffmpeg binary in crotaleApp.py.

Usage

In order to access Crotale from a web browser, you may be able to simply enter its hostname in the url bar. By default, this is http://crotale/. If this doesn't work, you may need to find the ip address assigned to your crotale server. To do this, log into the virtual appliance (defaults: username=crotale, password=crotate) and type "ifconfig". Then, enter that ip address into the url bar of your browser, for example: http://192.168.1.111.

Then, simply upload an audio file via the form. It should display status information, and then information about the the loudness values calculated on the uploaded file with a button to download the normalized file.

Contribute

Support

If you are having issues, please let me know by sending me an email at [email protected]

License

The project is licensed under the MIT license.

crotale's People

Contributors

esonderegger avatar

Stargazers

 avatar

Watchers

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