Skip to content

This script allows you to clip the upper and lower values of your input.wav file and it generates a output.wav file with your modifications.

Notifications You must be signed in to change notification settings

VeggieVampire/Audio-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Audio-Filter

How to use the Audio-Filter script with attached example input.wav file. Before we get started you will need to have matplotlib for plotting the audio file and scipy for reading the audio file.
Step 1) Run Audio_Filter.py
Step 2) You should see a graph of the input.wav file. Look for the upper value number that you want to clip off and the lower values.
Exit out of the graph.
Step 3) The script will ask a question for the upper value. For the example choose “20000” without quotes.
Step 4) Next the script will ask for the lower value. The example choose “5000” without quotes.
Step 5) You should now see the graph with your modification. Exit out of the graph. And it creates the output.wav file. And you are done. You have successfully upper and lower clipped an audio file. Now what do you think the example says…….

About

This script allows you to clip the upper and lower values of your input.wav file and it generates a output.wav file with your modifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages