Skip to main content

Enhance your music experience – effortlessly add immersive 8D, slowed, and reverb effects to any song.

Project description

AudioFusion

Python music editor

A package that allows to edit your music file however you want with effects like slowed reverb and 8d.

Installation:

>>> python3 -m pip install AudioFusion

Usage:

>>> from AudioFusion import Fusion


>>> # Load your music file
>>> music = Fusion.loadSound("/path/to/your/music.mp3")

>>> # Add effects
>>> music = Fusion.effect8D(music)
>>> music = Fusion.effectSlowed(music)

>>> # Reverb effect is a special case. Its highly suggest to add reverb in very end and mention it while saving music file otherwise you will face errors...
>>> music = Fusion.effectReverb(music)

>>> # Save your edited music file
>>> Fusion.saveSound(music, "finalMusic.mp3", ifReverb=True)

More effects and method will be added soon

PR in github repository are always welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AudioFusion-0.0.3.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

AudioFusion-0.0.3-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page