Vaporiser Versions Save

🎵 Creates a vaporwave (slowed, with reverb) remix of a given MP3 file, with the option of playing over a looped GIF as a video.

v0.3.0

2 years ago
  • Bass Boost effect added
  • Out Of Phase Stereo (Karaoke) effect added
  • Both these audio effects are optional
  • Comments in vaporiser.py rewritten for consistency
  • README.md updated with details of new effects
  • Section on making script executable added

v0.2.0

2 years ago
  • Updated version of Python used from 3.6.9 to 3.10
  • This update resolves security issues with modules in requirements.txt
  • Additional instructions added to README.md
  • Virtual environment created using venv instead of virtualenv
  • Code formatted using Black with --preview flag
  • Version of Black used included in virtual environment
  • Added if __name__ == "__main__": statement to vaporiser.py

v0.1.0

2 years ago