Audio Equalizer
Adjust the balance between audio frequencies.
OPTION 1: Run yourself in Google Colab
Google Colab is a free online computer that runs on securely on Google's servers. No downloads and no installations required!
Just select any options and hit the play button to run the tool!
OPTION 2: Run it on your local computer (requires
Python)
# Enter the desired frequencies on the right -->
# <-- Click the play button to run
# This work is licensed under CC BY-NC-SA 4.0
# Frequencies!
low_freq_gain = 0.0 #@param {type:"slider", min:-12, max:12, step:0.1}
mid_freq_gain = 0.0 #@param {type:"slider", min:-12, max:12, step:0.1}
high_freq_gain = 0.0 #@param {type:"slider", min:-12, max:12, step:0.1}
# Import necessary libraries!
import numpy as np
from scipy.io import wavfile
from scipy import signal
from google.colab import files
... #some code hidden ...
Click here to show all code!
Request new features or report bugs atÂ
reddit.com/r/runityourself