Skip to content

creates a wave file that has a spectrum over time that looks like the png that was provided

Notifications You must be signed in to change notification settings

ch-aurich/png2audioSpectrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

png2audioSpectrum creates audio spectra that are looking like an image that you can provide.
A spectrum is the frequency representation of a signal, in this case the sound.

Note: at the moment you can only use some pngs that are saves as monochrome images
maybe future updates will extend that. If you are unclear about what I mean look 
at the example image as this should work perfectly.

Usage: 
    1. have a file img.png in the same folder as the script
    2. run 'python pn2audioSpectrum.py'
    3. after finishing successfully you have a file calles png2audioSpectrum.wav in the same folder as the script

Dependencies:

    Python Imaging Library (http://www.pythonware.com/products/pil/)
    NumPy

About

creates a wave file that has a spectrum over time that looks like the png that was provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages