This is a script for turning boring, regular sound files into CERTIFIED TRAP BANGERS by overdubbing a variety of samples. Have you ever wished that boring old Sufjan Stevens track had about 500% more foghorn? Consider your wish granted.
This program uses python, so make sure you have that installed. Pretty much any version should work. It also uses pydub for most of the audio processing. pip install pydub
works, and so does cloning the git repository.
In order to use pydub make sure to have ffmpeg installed and the binary linked in the os path variable
Clone the repository and then run trapifier.py.
Run trapifier.py , where is song to be converted, and is desired title of the created track. You can also add --samples to use samples from that directory.
-
Make samples context-sensitive, so they sync up better than random with the music
-
Allow installation via pip
Forked from Here
This program was inspired by this reddit thread. The samples used are from this person on reddit.
This program is MIT licensed.
Copyright (c) 2014, JP Smith, japesinator.github.io
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.