- Notifications
You must be signed in to change notification settings - Fork14
A Python library that can apply: darth vader, echo, radio, robotic, and ghost effects to audio samples.
License
nxbyte/PythonAudioEffects
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Many movies have special effects added to the visuals and the audio to set the tone for various scenes. In movies, editors use audio processing to apply effects to voice actors to make them seem more dramatic or to better fit the overall storyline.
PythonAudioEffects is a python library that can manipulate audio files (Mono WAV) and apply: darth vader, echo, radio, robotic, and ghost effects onto audio. In addition to applying pre-built custom audio effects, the library also provides DSP operations to build even more effects!!
- Python 2.7 or 3.x
- macOS or Linux (Windows not officially supported, but might work)
- numpy:
pip install numpy - scipy:
pip install scipy
Note:macOS users may need to setup using virtualenv.
- Clone the repository
- Look at:
tests/effects.pyfor processing a WAV file and generating different premade effects - Look at
tests/processing.pyto learn how to use the DSP operations for manipulating audio
Allsource code in this repository is released under the MIT license. See LICENSE for details.
About
A Python library that can apply: darth vader, echo, radio, robotic, and ghost effects to audio samples.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.