Skip to content

SNeugber/trapifier.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trapifier.py

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.

Requirements

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

Installation

Clone the repository and then run trapifier.py.

Usage

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.

TODO

  • Make samples context-sensitive, so they sync up better than random with the music

  • Allow installation via pip

Acknowledgements

Forked from Here

This program was inspired by this reddit thread. The samples used are from this person on reddit.

License

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.

About

Makes audio awesome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%