Skip to content

Python program to compute limiters of your amplified sound system.

Notifications You must be signed in to change notification settings

Ewael/LimiterRMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LimiterRMS

Just a quick UI to compute RMS limiters on passive speakers.

Installation

To run app, clone the repo and do the following:

$ cd ./LimiterRMS
$ python -m venv venvLimiter
$ ./venvLimiter/Scripts/activate
$ pip install -r requirements.txt
$ python ./limiterRMS.py

demo

Fix WAV files

In scripts/ folder you can find a script that fixes WAV files from Bandcamp.

Simply edit path directly in script and run:

$ python ./scripts/fix_wav.py

About

Python program to compute limiters of your amplified sound system.

Resources

Stars

Watchers

Forks